1
Fork 0

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``
This commit is contained in:
Ralf Jung 2024-11-30 19:24:43 +01:00 committed by GitHub
commit ec000a7e85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -135,9 +135,9 @@ dependencies = [
[[package]] [[package]]
name = "hashbrown" name = "hashbrown"
version = "0.15.0" version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
dependencies = [ dependencies = [
"allocator-api2", "allocator-api2",
"compiler_builtins", "compiler_builtins",