diff --git a/Cargo.lock b/Cargo.lock index 74f304872d0d7..25dead2ecadbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2788,7 +2788,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "lock_api", "once_cell", "parking_lot_core", @@ -3874,9 +3874,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" +checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" dependencies = [ "ahash 0.8.2", ] @@ -4381,7 +4381,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" dependencies = [ "equivalent", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "serde", ] @@ -9653,7 +9653,7 @@ dependencies = [ "grok", "h2", "hash_hasher", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "headers", "heim", "hex", diff --git a/Cargo.toml b/Cargo.toml index 9a5eef1701a59..734dabb47261a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -270,7 +270,7 @@ governor = { version = "0.6.0", default-features = false, features = ["dashmap", grok = { version = "2.0.0", default-features = false, optional = true } h2 = { version = "0.3.21", default-features = false, optional = true } hash_hasher = { version = "2.0.0", default-features = false } -hashbrown = { version = "0.14.0", default-features = false, optional = true, features = ["ahash"] } +hashbrown = { version = "0.14.1", default-features = false, optional = true, features = ["ahash"] } headers = { version = "0.3.9", default-features = false } hostname = { version = "0.3.1", default-features = false } http = { version = "0.2.9", default-features = false }