diff --git a/Cargo.lock b/Cargo.lock index 821178ce4..8f2b3fa74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1213,7 +1213,7 @@ dependencies = [ "foldhash 0.2.0", "futures", "futures-util", - "hashbrown 0.14.5", + "hashbrown 0.17.1", "itertools", "jni", "log", @@ -1927,6 +1927,11 @@ name = "hashbrown" version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash 0.2.0", +] [[package]] name = "headers" diff --git a/Cargo.toml b/Cargo.toml index 80a488b56..c9e1bb9b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -169,7 +169,7 @@ count-write = "0.1.0" foldhash = "0.2.0" futures = "0.3" futures-util = "0.3.32" -hashbrown = "0.14.5" +hashbrown = "0.17.1" itertools = "0.14.0" jni = "0.20.0" log = "0.4.29"