Skip to content

Commit 671c0c9

Browse files
committed
Remove dirs-sys-0.4.1 dependency.
By updating rustfmt to use `dirs-6.0.0`.
1 parent c9ee26f commit 671c0c9

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)