Skip to content

Commit 931a8f8

Browse files
Amanieucuviper
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 daa7c14 commit 931a8f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1649,9 +1649,9 @@ dependencies = [
16491649

16501650
[[package]]
16511651
name = "hashbrown"
1652-
version = "0.12.0"
1652+
version = "0.12.3"
16531653
source = "registry+https://github.com/rust-lang/crates.io-index"
1654-
checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
1654+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
16551655
dependencies = [
16561656
"ahash",
16571657
"compiler_builtins",

Diff for: compiler/rustc_codegen_cranelift/Cargo.lock

+2-2
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)