From 9fd2e99144f6b1eadf5f64627a186b68b7f11bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 22:30:24 +0000 Subject: [PATCH] Update hashbrown requirement from 0.16.1 to 0.17.1 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.1) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.17.1 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 93f02dd..cb68fed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ cfg-if = "1" # Note that this feature is deprecated and will be removed. # TODO 050: remove. ahash = { version = "0.8.12", optional = true, default-features = false, features = ["runtime-rng"] } -hashbrown = { version = "0.16.1", default-features = false, features = ["inline-more"] } +hashbrown = { version = "0.17.1", default-features = false, features = ["inline-more"] } [dev-dependencies] # We use ahash for testing with nostd