Update hashbrown dependency to unblock ExtractIf improvements
This commit is contained in:
parent
251cda5e1f
commit
f27ba892bd
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue