diff --git a/firewood/Cargo.toml b/firewood/Cargo.toml index 04f1bb343..1ac94733f 100644 --- a/firewood/Cargo.toml +++ b/firewood/Cargo.toml @@ -35,7 +35,7 @@ tokio = { version = "1.21.1", features = ["rt", "sync", "macros", "rt-multi-thre typed-builder = "0.18.0" bincode = "1.3.3" bitflags = "2.4.1" -env_logger = { version = "0.10.1", optional = true } +env_logger = { version = "0.11.0", optional = true } log = { version = "0.4.20", optional = true } [features] diff --git a/fwdctl/Cargo.toml b/fwdctl/Cargo.toml index fc4d8e762..195651e62 100644 --- a/fwdctl/Cargo.toml +++ b/fwdctl/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" firewood = { version = "0.0.4", path = "../firewood" } clap = { version = "4.0.29", features = ["cargo", "derive"] } anyhow = "1.0.66" -env_logger = "0.10.0" +env_logger = "0.11.0" log = "0.4.17" tokio = { version = "1.33.0", features = ["full"] } futures-util = "0.3.29" diff --git a/grpc-testtool/Cargo.toml b/grpc-testtool/Cargo.toml index 5f2129716..5089989c0 100644 --- a/grpc-testtool/Cargo.toml +++ b/grpc-testtool/Cargo.toml @@ -26,7 +26,7 @@ tracing-subscriber = { version = "0.3", features = ["tracing-log", "fmt", "env-f clap = { version = "4.4.11", features = ["derive"] } tempdir = "0.3.7" log = "0.4.20" -env_logger = "0.10.1" +env_logger = "0.11.0" chrono = "0.4.31" serde_json = "1.0.108" serde = { version = "1.0.193", features = ["derive"] }