Skip to content

Commit 70610d5

Browse files
committed
Bump version v0.6.4 & update deps
1 parent 931718c commit 70610d5

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-clean-all"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors = ["Daniel M <danielm-github@dnml.de>"]
55
license = "MIT"
66
repository = "https://github.com/dnlmlr/cargo-clean-all"
@@ -14,12 +14,12 @@ edition = "2021"
1414
[dependencies]
1515
chrono = "0.4.40"
1616
bytefmt = "0.1.7"
17-
clap = { version = "4.5.32", features = ["derive"] }
18-
crossbeam-channel = "0.5.14"
17+
clap = { version = "4.5.37", features = ["derive"] }
18+
crossbeam-channel = "0.5.15"
1919
num_cpus = "1.16.0"
2020
remove_dir_all = { version = "1.0.0", features = ["parallel"] }
2121
dialoguer = "0.11.0"
2222
colored = "3.0.0"
2323
indicatif = "0.17.11"
24-
ctrlc = "3.4.5"
24+
ctrlc = "3.4.6"
2525
is_executable = "1.0.4"

0 commit comments

Comments
 (0)