about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-07-04 06:49:20 +0000
committerbors <bors@rust-lang.org>2023-07-04 06:49:20 +0000
commit52d8c490a3aabe65cdd9f2d3aed95034dd5dbad7 (patch)
tree0d2e64553d900b4627458eef266ccac435279c49 /src
parent0130c3a06e50ebb166655f81997ce28b9e4029b0 (diff)
parent2b091ff3e2f170629020492d756b7f7a3db2a990 (diff)
downloadrust-52d8c490a3aabe65cdd9f2d3aed95034dd5dbad7.tar.gz
rust-52d8c490a3aabe65cdd9f2d3aed95034dd5dbad7.zip
Auto merge of #113304 - cuviper:indexmap-2, r=Mark-Simulacrum
Upgrade to indexmap 2.0.0

The new version was already added to the tree as an indirect dependency
in #113046, but now our direct dependents are using it too.
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 758b1b139ad..4680a7ab661 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.9.1", features = ["serde"] }
+indexmap = { version = "2.0.0", features = ["serde"] }
 serde = { version = "1.0.125", features = ["derive"] }
 serde_json = { version = "1.0.59", features = ["preserve_order"] }
 toml = "0.5.7"