From 6989f17c5cc5bc78c254afd05f0a04a6f4bf8e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:06:22 +0000 Subject: [PATCH] build(deps): update hashbrown requirement from 0.16 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/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.16.0...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 1447b36..2ab99a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ blake2 = "0.10.6" # parallel processing rayon = "1.10.0" indicatif = { version = "0.18.0", features = ["rayon"] } -hashbrown = { version = "0.16", features = ["rayon", "serde"] } +hashbrown = { version = "0.17", features = ["rayon", "serde"] } # Used to find signtool for codesigning [target.'cfg(windows)'.dependencies]