diff --git a/Cargo.toml b/Cargo.toml index 45bbf9b8d9..a612b4ee66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ clap = "4.5.18" cc = "1.1.21" cmake = "0.1.51" document-features = "0.2.10" -hashbrown = { version = "0.14.5", default-features = false } # A faster hashmap, nostd compatible +hashbrown = { version = "0.15.1", default-features = false } # A faster hashmap, nostd compatible libc = "0.2.159" # For (*nix) libc log = "0.4.22" meminterval = "0.4.1"