about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
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_data_structures
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_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index 2a801d0e702..5c641f54f68 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -9,7 +9,7 @@ doctest = false
 [dependencies]
 arrayvec = { version = "0.7", default-features = false }
 ena = "0.14"
-indexmap = { version = "1.8.2" }
+indexmap = { version = "1.9.1" }
 tracing = "0.1"
 jobserver_crate = { version = "0.1.13", package = "jobserver" }
 rustc_serialize = { path = "../rustc_serialize" }