Skip to content

Commit 91124ee

Browse files
Rollup merge of #145729 - nnethercote:dup-packages, r=calebcartwright
Remove two duplicated crates These commits remove `toml-0.5.11` and `dirs-sys-0.4.1`. There are later versions of those same crates already in the tree. Found with `cargo tree -d`. r? ``@jieyouxu``
2 parents b63507d + 671c0c9 commit 91124ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cargo_metadata = "0.18"
4040
clap = { version = "4.4.2", features = ["derive"] }
4141
clap-cargo = "0.12.0"
4242
diff = "0.1"
43-
dirs = "5.0"
43+
dirs = "6.0"
4444
getopts = "0.2"
4545
ignore = "0.4"
4646
itertools = "0.12"

0 commit comments

Comments
 (0)