about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-08-17 09:33:36 +0000
committerbors <bors@rust-lang.org>2024-08-17 09:33:36 +0000
commitdb9a97fbb027422b11cf6c8717ddecad5e4e6f8e (patch)
tree227004be0b4b4fcb735e023577a5d1be66be14dc /compiler/rustc_data_structures
parent78dfb8a10870689491c89db55baf1cc4688cb972 (diff)
parentdc0faecfcf6dcedd55efd96f3206d702f2601481 (diff)
downloadrust-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.toml2
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"