about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-05-03 23:49:11 +0000
committerbors <bors@rust-lang.org>2025-05-03 23:49:11 +0000
commit3559e0ab0e370b98bc3f9e6b688152c47eb9e6c8 (patch)
tree6265ed730a420e791f5427a61916d6d4cec6e61a
parentd6a325d93a84077580c677f89affbe45682606c3 (diff)
parentf27ba892bd9cd535aa3674496dfa217b875539a6 (diff)
downloadrust-3559e0ab0e370b98bc3f9e6b688152c47eb9e6c8.tar.gz
rust-3559e0ab0e370b98bc3f9e6b688152c47eb9e6c8.zip
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 https://github.com/rust-lang/hashbrown/pull/616 which unblocks https://github.com/rust-lang/rust/pull/139764.
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4097c0cc0a9..4adee6166f7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1499,9 +1499,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",