From 54bb6510081be2c41c7a1192ccce00529ef4043d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 08:45:08 -0700 Subject: [PATCH] build(deps): bump hashbrown from 0.15.2 to 0.15.3 (#1821) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3283bdc1..2d79ef24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1210,9 +1210,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 d8055659..99af44c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ bitflags = "2.9.0" color-eyre = "0.6.3" crossterm = "0.29.0" document-features = "0.2.11" -hashbrown = "0.15.2" +hashbrown = "0.15.3" indoc = "2.0.6" instability = "0.3.7" itertools = "0.13.0"