From f95a68a8f71f7883809ca79130377c2ad0361fd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 21:06:38 +0000 Subject: [PATCH] Bump hashbrown from 0.15.2 to 0.15.4 Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.15.2 to 0.15.4. - [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.4) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.15.4 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..8f74e06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -969,9 +969,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.2" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" +checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" dependencies = [ "allocator-api2", "equivalent", diff --git a/Cargo.toml b/Cargo.toml index 6179086..dab68d6 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.4" [profile.dev] debug="line-tables-only" \ No newline at end of file