diff --git a/cargo-test-fuzz/Cargo.toml b/cargo-test-fuzz/Cargo.toml index b73bc450..073a204d 100644 --- a/cargo-test-fuzz/Cargo.toml +++ b/cargo-test-fuzz/Cargo.toml @@ -21,7 +21,7 @@ anyhow = { version = "1.0", features = ["backtrace"] } bitflags = "2.4" cargo_metadata = "0.18" clap = { version = "4.4", features = ["cargo", "derive", "wrap_help"] } -env_logger = "0.10" +env_logger = "0.11" heck = "0.4" log = "0.4" paste = "1.0" diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 40a51712..cbaef22b 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0" assert_cmd = "2.0" cargo_metadata = "0.18" ctor = "0.2" -env_logger = "0.10" +env_logger = "0.11" if_chain = "1.0" log = "0.4" once_cell = "1.19"