about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-07-24 04:03:29 +0000
committerbors <bors@rust-lang.org>2022-07-24 04:03:29 +0000
commit4dbc89de3f160f4fd91a1e20b72fc6b3157b2e04 (patch)
tree1f47e3a2f353fd617f173568b5f9dbf33755571f /compiler/rustc_codegen_ssa
parentdb8086eb6056f022d3bb719f777307e9daa3f8d8 (diff)
parent931a8f81fe1e9330ffe6911c2bb006d349e1b2a7 (diff)
downloadrust-4dbc89de3f160f4fd91a1e20b72fc6b3157b2e04.tar.gz
rust-4dbc89de3f160f4fd91a1e20b72fc6b3157b2e04.zip
Auto merge of #99251 - cuviper:hashbrown-0.12, r=Mark-Simulacrum
Upgrade indexmap and thorin-dwp to use hashbrown 0.12

This removes the last dependencies on hashbrown 0.11.

This also upgrades to hashbrown 0.12.3 to fix a double-free (#99372).
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index 81c8b9ceb13..46d6344dbb2 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -14,7 +14,7 @@ tracing = "0.1"
 libc = "0.2.50"
 jobserver = "0.1.22"
 tempfile = "3.2"
-thorin-dwp = "0.2"
+thorin-dwp = "0.3"
 pathdiff = "0.2.0"
 serde_json = "1.0.59"
 snap = "1"