diff --git a/aya-log/Cargo.toml b/aya-log/Cargo.toml index f1fd581e..47333e33 100644 --- a/aya-log/Cargo.toml +++ b/aya-log/Cargo.toml @@ -19,7 +19,7 @@ bytes = "1.1" tokio = { version = "1.2.0" } [dev-dependencies] -env_logger = "0.9" +env_logger = "0.10" testing_logger = "0.1.1" [lib] diff --git a/test/integration-test/Cargo.toml b/test/integration-test/Cargo.toml index 74b5801b..34c30828 100644 --- a/test/integration-test/Cargo.toml +++ b/test/integration-test/Cargo.toml @@ -8,7 +8,7 @@ publish = false anyhow = "1" aya = { path = "../../aya" } clap = { version = "3", features = ["derive"] } -env_logger = "0.9" +env_logger = "0.10" inventory = "0.2" integration-test-macros = { path = "../integration-test-macros" } lazy_static = "1"