Update Rust crate hashbrown to v0.15.1 (#14247)

This commit is contained in:
renovate[bot] 2024-11-10 19:46:55 -05:00 committed by GitHub
parent 2499297392
commit dc71c8a484
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

8
Cargo.lock generated
View File

@ -1039,9 +1039,9 @@ dependencies = [
[[package]]
name = "hashbrown"
version = "0.15.0"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
[[package]]
name = "hashlink"
@ -1161,7 +1161,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
dependencies = [
"equivalent",
"hashbrown 0.15.0",
"hashbrown 0.15.1",
"serde",
]
@ -2105,7 +2105,7 @@ dependencies = [
"compact_str",
"countme",
"dir-test",
"hashbrown 0.15.0",
"hashbrown 0.15.1",
"indexmap",
"insta",
"itertools 0.13.0",