diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 89ed746c..d232648e 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -13,7 +13,7 @@ arbitrary = { version = "1", features = ["derive"] } bytes = "1" compact_str = { path = "../compact_str", features = ["bytes", "smallvec"] } rand = { version = "0.8", features = ["small_rng"] } -rand_distr = "0.4" +rand_distr = "0.5" # Fuzz with both AFL++ and libFuzzer afl = { version = "0.14.2", optional = true }