diff options
| author | bors <bors@rust-lang.org> | 2023-07-04 06:49:20 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-04 06:49:20 +0000 |
| commit | 52d8c490a3aabe65cdd9f2d3aed95034dd5dbad7 (patch) | |
| tree | 0d2e64553d900b4627458eef266ccac435279c49 /compiler/rustc_data_structures | |
| parent | 0130c3a06e50ebb166655f81997ce28b9e4029b0 (diff) | |
| parent | 2b091ff3e2f170629020492d756b7f7a3db2a990 (diff) | |
| download | rust-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 'compiler/rustc_data_structures')
| -rw-r--r-- | compiler/rustc_data_structures/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml index 78f73d193e3..a5c3cb3f857 100644 --- a/compiler/rustc_data_structures/Cargo.toml +++ b/compiler/rustc_data_structures/Cargo.toml @@ -10,7 +10,7 @@ arrayvec = { version = "0.7", default-features = false } bitflags = "1.2.1" cfg-if = "1.0" ena = "0.14.2" -indexmap = { version = "1.9.3" } +indexmap = { version = "2.0.0" } jobserver_crate = { version = "0.1.13", package = "jobserver" } libc = "0.2" measureme = "10.0.0" |
