From 39c78c43a1fa8ff6582c75a2f7bd857b885bab4d Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 08:19:48 +0000 Subject: [PATCH] Update Rust crate hashbrown to 0.17.1 --- Cargo.lock | 12 +++--------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 752b7e3..c3a7e0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,19 +334,13 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.16.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" +checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" dependencies = [ "allocator-api2", ] -[[package]] -name = "hashbrown" -version = "0.17.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" - [[package]] name = "heck" version = "0.5.0" @@ -373,7 +367,7 @@ dependencies = [ "equivalent", "expectorate", "foldhash 0.2.0", - "hashbrown 0.16.0", + "hashbrown 0.17.1", "iddqd-test-utils", "proptest", "ref-cast", diff --git a/Cargo.toml b/Cargo.toml index f28fa91..49fc419 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ foldhash = "0.2.0" # without it. (The alternative would be to define everything twice: if # allocator-api2 is turned on, then for e.g. IdHashMap, otherwise # IdHashMap.) -hashbrown = { version = "0.16.0", default-features = false, features = ["allocator-api2", "inline-more"] } +hashbrown = { version = "0.17.1", default-features = false, features = ["allocator-api2", "inline-more"] } hugealloc = "0.1.1" iddqd = { path = "crates/iddqd", default-features = false } iddqd-test-utils = { path = "crates/iddqd-test-utils" }