From 9a8e9f4469cfe2d300c7f730a5ac519cab6df3e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:57:23 +0000 Subject: [PATCH] Bump hashbrown from 0.15.2 to 0.15.5 Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.15.2 to 0.15.5. - [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/commits/v0.15.5) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.15.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c9ca21..6457c52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -969,9 +969,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.2" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" dependencies = [ "allocator-api2", "equivalent", diff --git a/Cargo.toml b/Cargo.toml index 6179086..577b4c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ pollster = "0.4.0" bytemuck = "1.22.0" futures-intrusive = "0.5.0" log = { version = "0.4.26" } -hashbrown = "0.15.0" +hashbrown = "0.15.5" [profile.dev] debug="line-tables-only" \ No newline at end of file