Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b092b45

Browse files
committed
Auto merge of rust-lang#15126 - cuviper:indexmap-2, r=lnicola
Upgrade to indexmap v2 No code changes required.
2 parents 6ba2590 + 380773b commit b092b45

File tree

5 files changed

+40
-18
lines changed

5 files changed

+40
-18
lines changed

Cargo.lock

Lines changed: 36 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hir-def/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dashmap = { version = "=5.4.0", features = ["raw-api"] }
2121
drop_bomb = "0.1.5"
2222
either = "1.7.0"
2323
fst = { version = "0.4.7", default-features = false }
24-
indexmap = "1.9.1"
24+
indexmap = "2.0.0"
2525
itertools = "0.10.5"
2626
la-arena.workspace = true
2727
once_cell = "1.17.0"

crates/ide-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ once_cell = "1.17.0"
2121
either = "1.7.0"
2222
itertools = "0.10.5"
2323
arrayvec = "0.7.2"
24-
indexmap = "1.9.1"
24+
indexmap = "2.0.0"
2525
memchr = "2.5.0"
2626
triomphe.workspace = true
2727
nohash-hasher.workspace = true

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ itertools = "0.10.5"
1919
rowan = "0.15.11"
2020
rustc-hash = "1.1.0"
2121
once_cell = "1.17.0"
22-
indexmap = "1.9.1"
22+
indexmap = "2.0.0"
2323
smol_str.workspace = true
2424
triomphe.workspace = true
2525

crates/vfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doctest = false
1414
[dependencies]
1515
rustc-hash = "1.1.0"
1616
fst = "0.4.7"
17-
indexmap = "1.9.1"
17+
indexmap = "2.0.0"
1818
nohash-hasher.workspace = true
1919

2020
paths.workspace = true

0 commit comments

Comments
 (0)