diff --git a/onnxruntime/Cargo.toml b/onnxruntime/Cargo.toml index 8bdc6cca..873871ce 100644 --- a/onnxruntime/Cargo.toml +++ b/onnxruntime/Cargo.toml @@ -31,10 +31,10 @@ ureq = { version = "2.1", optional = true } [dev-dependencies] image = "0.23" -test-env-log = { version = "0.2", default-features = false, features = [ +test_env_log = { package = "test-log", version = "0.2", default-features = false, features = [ "trace", ] } -tracing-subscriber = "0.2" +tracing-subscriber = { version = "0.3", features = ["env-filter"] } ureq = "2.1" [features]