mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Bump either
This commit is contained in:
parent
2dbdaa247b
commit
cb8434e594
11 changed files with 12 additions and 11 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -333,9 +333,9 @@ checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1"
|
|||
|
||||
[[package]]
|
||||
name = "either"
|
||||
version = "1.8.1"
|
||||
version = "1.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
||||
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
||||
|
||||
[[package]]
|
||||
name = "ena"
|
||||
|
|
|
@ -91,6 +91,7 @@ lsp-server = { version = "0.7.4" }
|
|||
|
||||
# non-local crates
|
||||
anyhow = "1.0.75"
|
||||
either = "1.9.0"
|
||||
itertools = "0.12.0"
|
||||
smallvec = { version = "1.10.0", features = [
|
||||
"const_new",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue