about summary refs log tree commit diff
path: root/src
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 /src
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 'src')
-rw-r--r--src/tools/bump-stage0/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/bump-stage0/Cargo.toml b/src/tools/bump-stage0/Cargo.toml
index 352a8555614..758b1b139ad 100644
--- a/src/tools/bump-stage0/Cargo.toml
+++ b/src/tools/bump-stage0/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
 [dependencies]
 anyhow = "1.0.34"
 curl = "0.4.38"
-indexmap = { version = "1.7.0", features = ["serde"] }
+indexmap = { version = "1.9.1", features = ["serde"] }
 serde = { version = "1.0.125", features = ["derive"] }
 serde_json = { version = "1.0.59", features = ["preserve_order"] }
 toml = "0.5.7"