diff --git a/Cargo.toml b/Cargo.toml index 3a441b9..ac482df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ categories = ["data-structures", "no-std"] # For the default hasher ahash_ = { version = "0.7.0", default-features = false, optional = true, package = "ahash" } -hashbrown = { version = "0.11.2", default-features = false, features = ["raw"] } +hashbrown = { version = "0.15.0", default-features = false, features = ["raw"] } # For external trait impls rayon_ = { version = "1.3.0", optional = true, package = "rayon" }