Skip to content

Commit

Permalink
Auto merge of #15126 - cuviper:indexmap-2, r=lnicola
Browse files Browse the repository at this point in the history
Upgrade to indexmap v2

No code changes required.
  • Loading branch information
bors committed Jun 25, 2023
2 parents 6ba2590 + 380773b commit b092b45
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 18 deletions.
50 changes: 36 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/hir-def/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dashmap = { version = "=5.4.0", features = ["raw-api"] }
drop_bomb = "0.1.5"
either = "1.7.0"
fst = { version = "0.4.7", default-features = false }
indexmap = "1.9.1"
indexmap = "2.0.0"
itertools = "0.10.5"
la-arena.workspace = true
once_cell = "1.17.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/ide-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ once_cell = "1.17.0"
either = "1.7.0"
itertools = "0.10.5"
arrayvec = "0.7.2"
indexmap = "1.9.1"
indexmap = "2.0.0"
memchr = "2.5.0"
triomphe.workspace = true
nohash-hasher.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ itertools = "0.10.5"
rowan = "0.15.11"
rustc-hash = "1.1.0"
once_cell = "1.17.0"
indexmap = "1.9.1"
indexmap = "2.0.0"
smol_str.workspace = true
triomphe.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion crates/vfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctest = false
[dependencies]
rustc-hash = "1.1.0"
fst = "0.4.7"
indexmap = "1.9.1"
indexmap = "2.0.0"
nohash-hasher.workspace = true

paths.workspace = true
Expand Down

0 comments on commit b092b45

Please sign in to comment.