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"