Skip to content

Commit 68bfd3a

Browse files
AmanieuMark-Simulacrum
authored andcommitted
Upgrade hashbrown to 0.12.3
This fixes a double-free in the `clone_from` function if dropping an existing element in the table panics. See rust-lang/hashbrown#348 for more details.
1 parent e44ea24 commit 68bfd3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,9 +1700,9 @@ dependencies = [
17001700

17011701
[[package]]
17021702
name = "hashbrown"
1703-
version = "0.12.0"
1703+
version = "0.12.3"
17041704
source = "registry+https://github.com/rust-lang/crates.io-index"
1705-
checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
1705+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
17061706
dependencies = [
17071707
"ahash",
17081708
"compiler_builtins",

compiler/rustc_codegen_cranelift/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ dependencies = [
163163

164164
[[package]]
165165
name = "hashbrown"
166-
version = "0.12.0"
166+
version = "0.12.3"
167167
source = "registry+https://github.com/rust-lang/crates.io-index"
168-
checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
168+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
169169

170170
[[package]]
171171
name = "indexmap"

0 commit comments

Comments
 (0)