From 26b8c900dfd6ef92a6f1a562fdad4a1431bcb10c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 23:20:32 +0000 Subject: [PATCH] Update hashbrown requirement from 0.13 to 0.17 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.13.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 e699a7e..d7865b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/robjtede/tinymap" rust-version = "1.61" [dependencies] -hashbrown = { version = "0.13", optional = true } +hashbrown = { version = "0.17", optional = true } tinyvec = { version = "1.4", features = ["rustc_1_55"] } [features]