mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Bump dissimilar
This commit is contained in:
parent
572583262c
commit
829cf8db4c
4 changed files with 5 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -315,9 +315,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dissimilar"
|
||||
version = "1.0.6"
|
||||
version = "1.0.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "210ec60ae7d710bed8683e333e9d2855a8a56a3e9892b38bad3bb0d4d29b0d5e"
|
||||
checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632"
|
||||
|
||||
[[package]]
|
||||
name = "dot"
|
||||
|
|
|
@ -91,6 +91,7 @@ lsp-server = { version = "0.7.4" }
|
|||
|
||||
# non-local crates
|
||||
anyhow = "1.0.75"
|
||||
dissimilar = "1.0.7"
|
||||
either = "1.9.0"
|
||||
indexmap = "2.1.0"
|
||||
itertools = "0.12.0"
|
||||
|
|
|
@ -21,7 +21,7 @@ path = "src/bin/main.rs"
|
|||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
crossbeam-channel = "0.5.5"
|
||||
dissimilar = "1.0.4"
|
||||
dissimilar.workspace = true
|
||||
itertools.workspace = true
|
||||
scip = "0.3.1"
|
||||
lsp-types = { version = "=0.94.0", features = ["proposed"] }
|
||||
|
|
|
@ -13,7 +13,7 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
# Avoid adding deps here, this crate is widely used in tests it should compile fast!
|
||||
dissimilar = "1.0.4"
|
||||
dissimilar = "1.0.7"
|
||||
text-size.workspace = true
|
||||
rustc-hash = "1.1.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue