Skip to content

Commit

Permalink
Auto merge of rust-lang#116956 - Amanieu:hashbrown-0.14.2, r=<try>
Browse files Browse the repository at this point in the history
Update hashbrown to 0.14.2

Fixes rust-lang#116880
  • Loading branch information
bors committed Oct 19, 2023
2 parents e76cb8c + eeea747 commit 0795e70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1641,9 +1641,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"

[[package]]
name = "hashbrown"
version = "0.14.0"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
dependencies = [
"ahash",
"allocator-api2",
Expand Down Expand Up @@ -1960,7 +1960,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
"hashbrown 0.14.2",
"rustc-rayon",
"serde",
]
Expand Down Expand Up @@ -2589,7 +2589,7 @@ dependencies = [
"compiler_builtins",
"crc32fast",
"flate2",
"hashbrown 0.14.0",
"hashbrown 0.14.2",
"indexmap 2.0.0",
"memchr",
"rustc-std-workspace-alloc",
Expand Down Expand Up @@ -5064,7 +5064,7 @@ dependencies = [
"core",
"dlmalloc",
"fortanix-sgx-abi",
"hashbrown 0.14.0",
"hashbrown 0.14.2",
"hermit-abi 0.3.2",
"libc",
"miniz_oxide",
Expand Down Expand Up @@ -5384,7 +5384,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b"
dependencies = [
"gimli",
"hashbrown 0.14.0",
"hashbrown 0.14.2",
"object",
"tracing",
]
Expand Down

0 comments on commit 0795e70

Please sign in to comment.