Update hashbrown dependency to unblock ExtractIf improvements

This commit is contained in:
David Tolnay 2025-04-30 17:52:10 -07:00
parent 251cda5e1f
commit f27ba892bd
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -1502,9 +1502,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",