about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2022-07-14 10:13:52 -0700
committerJosh Stone <jistone@redhat.com>2022-07-17 07:05:58 -0700
commitdaa7c14a442a2d7dc9a7033340446fa886bab2f7 (patch)
tree9d26543535b0e4a5c3042048482bf22c96c45362 /src
parent967a9c94b34bb8f394db03b1d205831eddf6f589 (diff)
downloadrust-daa7c14a442a2d7dc9a7033340446fa886bab2f7.tar.gz
rust-daa7c14a442a2d7dc9a7033340446fa886bab2f7.zip
Upgrade indexmap and thorin-dwp to use hashbrown 0.12
This removes the last dependencies on hashbrown 0.11.
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"