Bump indexmap

This commit is contained in:
Laurențiu Nicola 2023-11-15 13:21:34 +02:00
parent 2bfd6b659d
commit 1fc056ec93
6 changed files with 15 additions and 14 deletions

View file

@ -20,7 +20,7 @@ dashmap = { version = "=5.4.0", features = ["raw-api"] }
drop_bomb = "0.1.5"
either.workspace = true
fst = { version = "0.4.7", default-features = false }
indexmap = "2.0.0"
indexmap.workspace = true
itertools.workspace = true
la-arena.workspace = true
once_cell = "1.17.0"

View file

@ -21,7 +21,7 @@ once_cell = "1.17.0"
either.workspace = true
itertools.workspace = true
arrayvec = "0.7.2"
indexmap = "2.0.0"
indexmap.workspace = true
memchr = "2.5.0"
triomphe.workspace = true
nohash-hasher.workspace = true

View file

@ -19,7 +19,7 @@ itertools.workspace = true
rowan = "0.15.11"
rustc-hash = "1.1.0"
once_cell = "1.17.0"
indexmap = "2.0.0"
indexmap.workspace = true
smol_str.workspace = true
triomphe.workspace = true

View file

@ -14,7 +14,7 @@ doctest = false
[dependencies]
rustc-hash = "1.1.0"
fst = "0.4.7"
indexmap = "2.0.0"
indexmap.workspace = true
nohash-hasher.workspace = true
paths.workspace = true