Bump hashbrown (#5552)

This commit is contained in:
Laurenz 2024-12-09 11:43:48 +01:00 committed by GitHub
parent c2cc09e71a
commit f960fe6012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
Cargo.lock generated
View File

@ -890,9 +890,9 @@ dependencies = [
[[package]]
name = "hashbrown"
version = "0.15.0"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
[[package]]
name = "hayagriva"
@ -1169,7 +1169,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
dependencies = [
"equivalent",
"hashbrown 0.15.0",
"hashbrown 0.15.2",
"rayon",
"serde",
]