Skip to content

Commit ab89807

Browse files
authored
tracing-subscriberをv0.3に上げる (#22)
* tracing-subscriberをv0.3に上げる * test-env-logもtest-logに入れ替える
1 parent c322c6a commit ab89807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

onnxruntime/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ ureq = { version = "2.1", optional = true }
3131

3232
[dev-dependencies]
3333
image = "0.23"
34-
test-env-log = { version = "0.2", default-features = false, features = [
34+
test_env_log = { package = "test-log", version = "0.2", default-features = false, features = [
3535
"trace",
3636
] }
37-
tracing-subscriber = "0.2"
37+
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3838
ureq = "2.1"
3939

4040
[features]

0 commit comments

Comments
 (0)