Skip to content

Commit 3559e0a

Browse files
committed
Auto merge of #140535 - dtolnay:hashbrown, r=tgross35
Update hashbrown dependency to unblock ExtractIf improvements Release notes: https://github.com/rust-lang/hashbrown/releases/tag/v0.15.3 Relevant to me, this release includes rust-lang/hashbrown#616 which unblocks #139764.
2 parents d6a325d + f27ba89 commit 3559e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1499,9 +1499,9 @@ dependencies = [
14991499

15001500
[[package]]
15011501
name = "hashbrown"
1502-
version = "0.15.2"
1502+
version = "0.15.3"
15031503
source = "registry+https://github.com/rust-lang/crates.io-index"
1504-
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1504+
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
15051505
dependencies = [
15061506
"allocator-api2",
15071507
"equivalent",

0 commit comments

Comments
 (0)