From 6d858186782ee9287a62bea1eae6cffdbcb714d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:57:56 +0000 Subject: [PATCH] Update hashbrown requirement from 0.16.1 to 0.17.0 Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.16.1...v0.17.0) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 676b22a85b..67562d7f4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ erased-serde = { version = "0.4.5", default-features = false } # erased serde fastbloom = { version = "0.17.0", default-features = false } fs2 = "0.4.3" # Used by OnDisk Corpus for file locking glob = "0.3" -hashbrown = { version = "0.16.1", default-features = false } # A faster hashmap, nostd compatible +hashbrown = { version = "0.17.0", default-features = false } # A faster hashmap, nostd compatible just = "1.46.0" libc = "0.2.178" # For (*nix) libc libipt = { version = "0.4.0", features = ["libipt_master"] }