From 8a14628b83a19a30b7003ce876a00309bb82fd26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:34:02 +0000 Subject: [PATCH] Bump hashbrown from 0.17.0 to 0.17.1 Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.17.0 to 0.17.1. - [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.17.0...v0.17.1) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 200d456..f65b8df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,9 +199,9 @@ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" [[package]] name = "hashbrown" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" +checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" dependencies = [ "foldhash", ] @@ -349,7 +349,7 @@ dependencies = [ "chrono", "dyn-clone", "encoding_rs", - "hashbrown 0.17.0", + "hashbrown 0.17.1", "java_class_proto", "java_constants", "jvm", @@ -373,7 +373,7 @@ dependencies = [ "dyn-clone", "dyn-hash", "event-listener", - "hashbrown 0.17.0", + "hashbrown 0.17.1", "java_constants", "nom", "parking_lot",