From f274a4f1d75449e32c0b38149e80e7e4855c9134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:04:56 +0000 Subject: [PATCH] cargo: bump hashbrown in the cargo-dependencies group Bumps the cargo-dependencies group with 1 update: [hashbrown](https://github.com/rust-lang/hashbrown). Updates `hashbrown` from 0.15.1 to 0.15.2 - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/commits) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5c5aa8cc8..e2217f8642 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1594,9 +1594,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" [[package]] name = "heck" @@ -1697,7 +1697,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" dependencies = [ "equivalent", - "hashbrown 0.15.1", + "hashbrown 0.15.2", ] [[package]] @@ -1880,7 +1880,7 @@ dependencies = [ "git2", "gix", "glob", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "hex", "ignore", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index c50a325286..d165ced68c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ gix = { version = "0.67.0", default-features = false, features = [ "max-performance-safe", ] } glob = "0.3.1" -hashbrown = { version = "0.15.1", default-features = false, features = ["inline-more"] } +hashbrown = { version = "0.15.2", default-features = false, features = ["inline-more"] } hex = "0.4.3" ignore = "0.4.23" indexmap = "2.6.0"