From 2d481d272ee11154236f61b5f0b9e1cc41e46d45 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 23 Apr 2023 11:05:38 +0900 Subject: [PATCH 1/2] =?UTF-8?q?tracing-subscriber=E3=82=92v0.3=E3=81=AB?= =?UTF-8?q?=E4=B8=8A=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- onnxruntime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/Cargo.toml b/onnxruntime/Cargo.toml index 8bdc6cca..ad629351 100644 --- a/onnxruntime/Cargo.toml +++ b/onnxruntime/Cargo.toml @@ -34,7 +34,7 @@ image = "0.23" test-env-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] From 596d252fcbe966cb93b260e339acde049d32af78 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 23 Apr 2023 11:29:37 +0900 Subject: [PATCH 2/2] =?UTF-8?q?test-env-log=E3=82=82test-log=E3=81=AB?= =?UTF-8?q?=E5=85=A5=E3=82=8C=E6=9B=BF=E3=81=88=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- onnxruntime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/Cargo.toml b/onnxruntime/Cargo.toml index ad629351..873871ce 100644 --- a/onnxruntime/Cargo.toml +++ b/onnxruntime/Cargo.toml @@ -31,7 +31,7 @@ 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 = { version = "0.3", features = ["env-filter"] }