Skip to content

Commit 1fc056e

Browse files
committed
Bump indexmap
1 parent 2bfd6b6 commit 1fc056e

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ lsp-server = { version = "0.7.4" }
9292
# non-local crates
9393
anyhow = "1.0.75"
9494
either = "1.9.0"
95+
indexmap = "2.1.0"
9596
itertools = "0.12.0"
9697
smallvec = { version = "1.10.0", features = [
9798
"const_new",

crates/hir-def/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dashmap = { version = "=5.4.0", features = ["raw-api"] }
2020
drop_bomb = "0.1.5"
2121
either.workspace = true
2222
fst = { version = "0.4.7", default-features = false }
23-
indexmap = "2.0.0"
23+
indexmap.workspace = true
2424
itertools.workspace = true
2525
la-arena.workspace = true
2626
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.workspace = true
2222
itertools.workspace = true
2323
arrayvec = "0.7.2"
24-
indexmap = "2.0.0"
24+
indexmap.workspace = true
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.workspace = true
1919
rowan = "0.15.11"
2020
rustc-hash = "1.1.0"
2121
once_cell = "1.17.0"
22-
indexmap = "2.0.0"
22+
indexmap.workspace = true
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 = "2.0.0"
17+
indexmap.workspace = true
1818
nohash-hasher.workspace = true
1919

2020
paths.workspace = true

0 commit comments

Comments
 (0)