diff --git a/Cargo.toml b/Cargo.toml index 676b22a85b..67562d7f4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ erased-serde = { version = "0.4.5", default-features = false } # erased serde fastbloom = { version = "0.17.0", default-features = false } fs2 = "0.4.3" # Used by OnDisk Corpus for file locking glob = "0.3" -hashbrown = { version = "0.16.1", default-features = false } # A faster hashmap, nostd compatible +hashbrown = { version = "0.17.0", default-features = false } # A faster hashmap, nostd compatible just = "1.46.0" libc = "0.2.178" # For (*nix) libc libipt = { version = "0.4.0", features = ["libipt_master"] }