Skip to content

Commit e6b1927

Browse files
authored
Update to clap 4 (#878)
1 parent b27a95e commit e6b1927

File tree

4 files changed

+1010
-712
lines changed

4 files changed

+1010
-712
lines changed

Cargo.lock

+80-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

czkawka_cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://github.com/qarmin/czkawka"
1010
repository = "https://github.com/qarmin/czkawka"
1111

1212
[dependencies]
13-
clap = { version = "3.2.23", features = ["derive"] }
13+
clap = { version = "4.0.29", features = ["derive"] }
1414

1515
# For enum types
1616
image_hasher = "1.1.2"

0 commit comments

Comments
 (0)