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

Commit 6669f38

Browse files
committed
Bump indexmap
1 parent b24ece5 commit 6669f38

File tree

5 files changed

+11
-17
lines changed

5 files changed

+11
-17
lines changed

Cargo.lock

Lines changed: 7 additions & 13 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
@@ -20,7 +20,7 @@ drop_bomb = "0.1.5"
2020
either = "1.7.0"
2121
fst = { version = "0.4.7", default-features = false }
2222
hashbrown = { version = "0.12.1", default-features = false }
23-
indexmap = "1.8.2"
23+
indexmap = "1.9.1"
2424
itertools = "0.10.3"
2525
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
2626
once_cell = "1.12.0"

crates/ide-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ once_cell = "1.12.0"
1919
either = "1.7.0"
2020
itertools = "0.10.3"
2121
arrayvec = "0.7.2"
22-
indexmap = "1.8.2"
22+
indexmap = "1.9.1"
2323

2424
stdx = { path = "../stdx", version = "0.0.0" }
2525
parser = { path = "../parser", version = "0.0.0" }

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rowan = "0.15.5"
1717
rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" }
1818
rustc-hash = "1.1.0"
1919
once_cell = "1.12.0"
20-
indexmap = "1.8.2"
20+
indexmap = "1.9.1"
2121
smol_str = "0.1.23"
2222

2323
stdx = { path = "../stdx", version = "0.0.0" }

crates/vfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ rustc-hash = "1.1.0"
1414
fst = "0.4.7"
1515

1616
paths = { path = "../paths", version = "0.0.0" }
17-
indexmap = "1.8.2"
17+
indexmap = "1.9.1"

0 commit comments

Comments
 (0)