diff options
| author | Ralf Jung <post@ralfj.de> | 2024-11-30 19:24:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-30 19:24:43 +0100 |
| commit | ec000a7e8599e4b2ea14c00123ee9ff78bdfe4e4 (patch) | |
| tree | aa03c73ed3a1c9d48c1443e5c340dc3a14acc2e1 | |
| parent | 35e92ae025a0dc5725069082427d8408d5a702c1 (diff) | |
| parent | 67a29ac73dfb8eec670d47c01123beb79b303af7 (diff) | |
| download | rust-ec000a7e8599e4b2ea14c00123ee9ff78bdfe4e4.tar.gz rust-ec000a7e8599e4b2ea14c00123ee9ff78bdfe4e4.zip | |
Rollup merge of #133670 - RalfJung:hashbrown, r=Amanieu
bump hashbrown version This pulls in https://github.com/rust-lang/hashbrown/pull/586, in preparation for https://github.com/rust-lang/rust/issues/102575. Cc ``@Amanieu``
| -rw-r--r-- | library/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/Cargo.lock b/library/Cargo.lock index 197e0a8fedb..36f779d8acb 100644 --- a/library/Cargo.lock +++ b/library/Cargo.lock @@ -135,9 +135,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" dependencies = [ "allocator-api2", "compiler_builtins", |
