From 570c6eb2c8577d89c9da47789289d1072f08341a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 06:21:28 +0000 Subject: [PATCH] Bump hashbrown from 0.14.5 to 0.17.1 Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.14.5 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.14.5...v0.17.1) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 821178ce4..8f2b3fa74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1213,7 +1213,7 @@ dependencies = [ "foldhash 0.2.0", "futures", "futures-util", - "hashbrown 0.14.5", + "hashbrown 0.17.1", "itertools", "jni", "log", @@ -1927,6 +1927,11 @@ name = "hashbrown" version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash 0.2.0", +] [[package]] name = "headers" diff --git a/Cargo.toml b/Cargo.toml index 80a488b56..c9e1bb9b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -169,7 +169,7 @@ count-write = "0.1.0" foldhash = "0.2.0" futures = "0.3" futures-util = "0.3.32" -hashbrown = "0.14.5" +hashbrown = "0.17.1" itertools = "0.14.0" jni = "0.20.0" log = "0.4.29"