Skip to content

Commit 2a104dc

Browse files
committed
chore: Move rustfix's similar dep to workspace
1 parent 8debb54 commit 2a104dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ serde_json = "1.0.120"
9090
sha1 = "0.10.6"
9191
sha2 = "0.10.8"
9292
shell-escape = "0.1.5"
93+
similar = "2.6.0"
9394
supports-hyperlinks = "3.0.0"
9495
snapbox = { version = "0.6.16", features = ["diff", "dir", "term-svg", "regex", "json"] }
9596
tar = { version = "0.4.41", default-features = false }

crates/rustfix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tracing.workspace = true
2626
[dev-dependencies]
2727
anyhow.workspace = true
2828
proptest.workspace = true
29-
similar = "2.6.0"
29+
similar.workspace = true
3030
tempfile.workspace = true
3131
tracing-subscriber.workspace = true
3232

0 commit comments

Comments
 (0)