Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 829cf8d

Browse files
committed
Bump dissimilar
1 parent 5725832 commit 829cf8d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ lsp-server = { version = "0.7.4" }
9191

9292
# non-local crates
9393
anyhow = "1.0.75"
94+
dissimilar = "1.0.7"
9495
either = "1.9.0"
9596
indexmap = "2.1.0"
9697
itertools = "0.12.0"

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ path = "src/bin/main.rs"
2121
[dependencies]
2222
anyhow.workspace = true
2323
crossbeam-channel = "0.5.5"
24-
dissimilar = "1.0.4"
24+
dissimilar.workspace = true
2525
itertools.workspace = true
2626
scip = "0.3.1"
2727
lsp-types = { version = "=0.94.0", features = ["proposed"] }

crates/test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313

1414
[dependencies]
1515
# Avoid adding deps here, this crate is widely used in tests it should compile fast!
16-
dissimilar = "1.0.4"
16+
dissimilar = "1.0.7"
1717
text-size.workspace = true
1818
rustc-hash = "1.1.0"
1919

0 commit comments

Comments
 (0)