Skip to content

Commit 0795e70

Browse files
committed
Auto merge of #116956 - Amanieu:hashbrown-0.14.2, r=<try>
Update hashbrown to 0.14.2 Fixes #116880
2 parents e76cb8c + eeea747 commit 0795e70

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
@@ -1641,9 +1641,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
16411641

16421642
[[package]]
16431643
name = "hashbrown"
1644-
version = "0.14.0"
1644+
version = "0.14.2"
16451645
source = "registry+https://github.com/rust-lang/crates.io-index"
1646-
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
1646+
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
16471647
dependencies = [
16481648
"ahash",
16491649
"allocator-api2",
@@ -1960,7 +1960,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
19601960
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
19611961
dependencies = [
19621962
"equivalent",
1963-
"hashbrown 0.14.0",
1963+
"hashbrown 0.14.2",
19641964
"rustc-rayon",
19651965
"serde",
19661966
]
@@ -2589,7 +2589,7 @@ dependencies = [
25892589
"compiler_builtins",
25902590
"crc32fast",
25912591
"flate2",
2592-
"hashbrown 0.14.0",
2592+
"hashbrown 0.14.2",
25932593
"indexmap 2.0.0",
25942594
"memchr",
25952595
"rustc-std-workspace-alloc",
@@ -5064,7 +5064,7 @@ dependencies = [
50645064
"core",
50655065
"dlmalloc",
50665066
"fortanix-sgx-abi",
5067-
"hashbrown 0.14.0",
5067+
"hashbrown 0.14.2",
50685068
"hermit-abi 0.3.2",
50695069
"libc",
50705070
"miniz_oxide",
@@ -5384,7 +5384,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
53845384
checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b"
53855385
dependencies = [
53865386
"gimli",
5387-
"hashbrown 0.14.0",
5387+
"hashbrown 0.14.2",
53885388
"object",
53895389
"tracing",
53905390
]

0 commit comments

Comments
 (0)