From 35081485e4d14602fcc0fe32ced71608ecbd9a6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:23:51 +0000 Subject: [PATCH] Update Rust crate env_logger to 0.11.0 --- src/canisters/my_example/Cargo.toml | 2 +- src/ic_common/Cargo.toml | 2 +- src/ic_test_common/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/canisters/my_example/Cargo.toml b/src/canisters/my_example/Cargo.toml index 1bbada4..ce37535 100644 --- a/src/canisters/my_example/Cargo.toml +++ b/src/canisters/my_example/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4" url = "2.2.2" [dev-dependencies] -env_logger = "0.9.0" +env_logger = "0.11.0" ic_test_common = { path = "../../ic_test_common" } rstest = "0.12.0" async-std = { version = "1.10", features = ["attributes"] } \ No newline at end of file diff --git a/src/ic_common/Cargo.toml b/src/ic_common/Cargo.toml index 0d9d71e..edd31c1 100644 --- a/src/ic_common/Cargo.toml +++ b/src/ic_common/Cargo.toml @@ -17,5 +17,5 @@ log = "0.4" url = "2.2.2" [dev-dependencies] -env_logger = "0.9.0" +env_logger = "0.11.0" rstest = "0.12.0" diff --git a/src/ic_test_common/Cargo.toml b/src/ic_test_common/Cargo.toml index 2955dee..c88d4a1 100644 --- a/src/ic_test_common/Cargo.toml +++ b/src/ic_test_common/Cargo.toml @@ -13,6 +13,6 @@ serde = "1.0.133" serde_bytes = "0.11" ic_common = { path = "../ic_common" } log = "0.4" -env_logger = "0.9.0" +env_logger = "0.11.0" async-trait = "0.1.52" rstest = "0.12.0"