diff --git a/src/canisters/my_example/Cargo.toml b/src/canisters/my_example/Cargo.toml index 1bbada4..c433030 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.1" 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..de8960b 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.1" rstest = "0.12.0" diff --git a/src/ic_test_common/Cargo.toml b/src/ic_test_common/Cargo.toml index 2955dee..61c92ea 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.1" async-trait = "0.1.52" rstest = "0.12.0"