Bump either

This commit is contained in:
Laurențiu Nicola 2022-07-03 09:42:41 +03:00
parent c7c314d462
commit e6fcb23445
8 changed files with 9 additions and 9 deletions

4
Cargo.lock generated
View file

@ -335,9 +335,9 @@ checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1"
[[package]]
name = "either"
version = "1.6.1"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
[[package]]
name = "ena"

View file

@ -17,7 +17,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.3.4", features = ["raw-api"] }
drop_bomb = "0.1.5"
either = "1.6.1"
either = "1.7.0"
fst = { version = "0.4.7", default-features = false }
hashbrown = { version = "0.12.1", default-features = false }
indexmap = "1.8.2"

View file

@ -12,7 +12,7 @@ doctest = false
[dependencies]
cov-mark = "2.0.0-pre.1"
tracing = "0.1.35"
either = "1.6.1"
either = "1.7.0"
rustc-hash = "1.1.0"
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
itertools = "0.10.3"

View file

@ -11,7 +11,7 @@ doctest = false
[dependencies]
rustc-hash = "1.1.0"
either = "1.6.1"
either = "1.7.0"
arrayvec = "0.7.2"
itertools = "0.10.3"
smallvec = "1.8.0"

View file

@ -13,7 +13,7 @@ doctest = false
cov-mark = "2.0.0-pre.1"
itertools = "0.10.3"
either = "1.6.1"
either = "1.7.0"
stdx = { path = "../stdx", version = "0.0.0" }
syntax = { path = "../syntax", version = "0.0.0" }

View file

@ -16,7 +16,7 @@ rayon = "1.5.3"
fst = { version = "0.4.7", default-features = false }
rustc-hash = "1.1.0"
once_cell = "1.12.0"
either = "1.6.1"
either = "1.7.0"
itertools = "0.10.3"
arrayvec = "0.7.2"
indexmap = "1.8.2"

View file

@ -14,7 +14,7 @@ cov-mark = "2.0.0-pre.1"
itertools = "0.10.3"
either = "1.6.1"
either = "1.7.0"
profile = { path = "../profile", version = "0.0.0" }
stdx = { path = "../stdx", version = "0.0.0" }

View file

@ -12,7 +12,7 @@ doctest = false
[dependencies]
cov-mark = "2.0.0-pre.1"
crossbeam-channel = "0.5.5"
either = "1.6.1"
either = "1.7.0"
itertools = "0.10.3"
tracing = "0.1.35"
oorandom = "11.1.3"