From b55d7dd534310b41af15a95660d94323dceb3f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 13:26:50 +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 9baa310..3087527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ std = [] # TODO 050: remove. ahash = { version = "0.8.12", optional = true, default-features = false, features = ["runtime-rng"] } cfg-if = "1" -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