diff options
| author | bors <bors@rust-lang.org> | 2024-08-17 09:33:36 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-08-17 09:33:36 +0000 |
| commit | db9a97fbb027422b11cf6c8717ddecad5e4e6f8e (patch) | |
| tree | 227004be0b4b4fcb735e023577a5d1be66be14dc /compiler/rustc_data_structures | |
| parent | 78dfb8a10870689491c89db55baf1cc4688cb972 (diff) | |
| parent | dc0faecfcf6dcedd55efd96f3206d702f2601481 (diff) | |
| download | rust-db9a97fbb027422b11cf6c8717ddecad5e4e6f8e.tar.gz rust-db9a97fbb027422b11cf6c8717ddecad5e4e6f8e.zip | |
Auto merge of #3817 - rust-lang:rustup-2024-08-17, r=RalfJung
Automatic Rustup
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 3794a6e043c..69cbf8c4161 100644 --- a/compiler/rustc_data_structures/Cargo.toml +++ b/compiler/rustc_data_structures/Cargo.toml @@ -10,7 +10,7 @@ bitflags = "2.4.1" either = "1.0" elsa = "=1.7.1" ena = "0.14.3" -indexmap = { version = "2.0.0" } +indexmap = { version = "2.4.0" } jobserver_crate = { version = "0.1.28", package = "jobserver" } measureme = "11" rustc-hash = "1.1.0" |
