From 34c1f26848400409fe286e0e17ba57f216506830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 22:15:29 +0000 Subject: [PATCH] Bump hashbrown from 0.15.2 to 0.15.3 Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.15.2 to 0.15.3. - [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.3) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.15.3 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..f8f9413 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -969,9 +969,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.2" +version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" +checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" dependencies = [ "allocator-api2", "equivalent", diff --git a/Cargo.toml b/Cargo.toml index 6179086..ef20d15 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.3" [profile.dev] debug="line-tables-only" \ No newline at end of file