Bump either

This commit is contained in:
Laurențiu Nicola 2023-11-15 13:07:36 +02:00
parent 2dbdaa247b
commit cb8434e594
11 changed files with 12 additions and 11 deletions

View file

@ -18,7 +18,7 @@ cov-mark = "2.0.0-pre.1"
# We need to freeze the version of the crate, as the raw-api feature is considered unstable
dashmap = { version = "=5.4.0", features = ["raw-api"] }
drop_bomb = "0.1.5"
either = "1.7.0"
either.workspace = true
fst = { version = "0.4.7", default-features = false }
indexmap = "2.0.0"
itertools.workspace = true

View file

@ -14,7 +14,7 @@ doctest = false
[dependencies]
cov-mark = "2.0.0-pre.1"
tracing.workspace = true
either = "1.7.0"
either.workspace = true
rustc-hash = "1.1.0"
la-arena.workspace = true
itertools.workspace = true

View file

@ -18,7 +18,7 @@ arrayvec = "0.7.2"
bitflags = "2.1.0"
smallvec.workspace = true
ena = "0.14.0"
either = "1.7.0"
either.workspace = true
oorandom = "11.1.3"
tracing.workspace = true
rustc-hash = "1.1.0"

View file

@ -13,7 +13,7 @@ doctest = false
[dependencies]
rustc-hash = "1.1.0"
either = "1.7.0"
either.workspace = true
arrayvec = "0.7.2"
itertools.workspace = true
smallvec.workspace = true

View file

@ -15,7 +15,7 @@ doctest = false
cov-mark = "2.0.0-pre.1"
itertools.workspace = true
either = "1.7.0"
either.workspace = true
smallvec.workspace = true
# local deps

View file

@ -18,7 +18,7 @@ rayon = "1.6.1"
fst = { version = "0.4.7", default-features = false }
rustc-hash = "1.1.0"
once_cell = "1.17.0"
either = "1.7.0"
either.workspace = true
itertools.workspace = true
arrayvec = "0.7.2"
indexmap = "2.0.0"

View file

@ -13,7 +13,7 @@ doctest = false
[dependencies]
cov-mark = "2.0.0-pre.1"
either = "1.7.0"
either.workspace = true
itertools.workspace = true
serde_json = "1.0.86"
once_cell = "1.17.0"

View file

@ -14,7 +14,7 @@ doctest = false
[dependencies]
cov-mark = "2.0.0-pre.1"
crossbeam-channel = "0.5.5"
either = "1.7.0"
either.workspace = true
itertools.workspace = true
tracing.workspace = true
oorandom = "11.1.3"

View file

@ -14,7 +14,7 @@ doctest = false
[dependencies]
cov-mark = "2.0.0-pre.1"
either = "1.7.0"
either.workspace = true
itertools.workspace = true
rowan = "0.15.11"
rustc-hash = "1.1.0"