diff options
| author | Josh Stone <jistone@redhat.com> | 2024-08-13 16:16:57 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2024-08-13 16:16:57 -0700 |
| commit | ce67e68cce3f4582db48b86c51a35c76d1103654 (patch) | |
| tree | dbb12f34ee1804492b7ca746a3f6ee0f7c887d13 /compiler/rustc_data_structures | |
| parent | 0a34ce49ceab68a75dd34f1e76555396a8b5b2c8 (diff) | |
| download | rust-ce67e68cce3f4582db48b86c51a35c76d1103654.tar.gz rust-ce67e68cce3f4582db48b86c51a35c76d1103654.zip | |
Update `indexmap` and use `IndexMap::append`
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" |
