Skip to content

Commit cc3dce5

Browse files
committed
Auto merge of #116956 - Amanieu:hashbrown-0.14.2, r=Mark-Simulacrum
Update hashbrown to 0.14.2 Fixes #116880
2 parents 9e3f784 + eeea747 commit cc3dce5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1663,9 +1663,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
16631663

16641664
[[package]]
16651665
name = "hashbrown"
1666-
version = "0.14.0"
1666+
version = "0.14.2"
16671667
source = "registry+https://github.com/rust-lang/crates.io-index"
1668-
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
1668+
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
16691669
dependencies = [
16701670
"ahash",
16711671
"allocator-api2",
@@ -1982,7 +1982,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
19821982
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
19831983
dependencies = [
19841984
"equivalent",
1985-
"hashbrown 0.14.0",
1985+
"hashbrown 0.14.2",
19861986
"rustc-rayon",
19871987
"serde",
19881988
]
@@ -2621,7 +2621,7 @@ dependencies = [
26212621
"compiler_builtins",
26222622
"crc32fast",
26232623
"flate2",
2624-
"hashbrown 0.14.0",
2624+
"hashbrown 0.14.2",
26252625
"indexmap 2.0.0",
26262626
"memchr",
26272627
"rustc-std-workspace-alloc",
@@ -5095,7 +5095,7 @@ dependencies = [
50955095
"core",
50965096
"dlmalloc",
50975097
"fortanix-sgx-abi",
5098-
"hashbrown 0.14.0",
5098+
"hashbrown 0.14.2",
50995099
"hermit-abi 0.3.2",
51005100
"libc",
51015101
"miniz_oxide",
@@ -5415,7 +5415,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
54155415
checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b"
54165416
dependencies = [
54175417
"gimli",
5418-
"hashbrown 0.14.0",
5418+
"hashbrown 0.14.2",
54195419
"object",
54205420
"tracing",
54215421
]

0 commit comments

Comments
 (0)