diff --git a/Cargo.toml b/Cargo.toml index f61ed7e58fe3..748c398a7998 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ doc-comment = "0.3" env_logger = "0.11" futures = "0.3" half = { version = "2.2.1", default-features = false } -hashbrown = { version = "0.14.5", features = ["raw"] } +hashbrown = { version = "0.15.5", features = ["raw"] } indexmap = "2.0.0" itertools = "0.12" log = "^0.4"