diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 065150dbd5..cc43c9d282 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -12,7 +12,7 @@ cargo-fuzz = true opt-level = 3 [dependencies] -env_logger = "0.10" +env_logger = "0.11" quiche = { path = "../quiche", features = ["fuzzing"] } lazy_static = "1" libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }