Bump clap version to 4.0 (#81)

This commit is contained in:
Marcin Puc
2022-10-27 17:51:43 +02:00
committed by GitHub
parent 3a5cc8a388
commit 6a3de81f1f
3 changed files with 28 additions and 36 deletions

View File

@@ -23,7 +23,7 @@ serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
which_crate = { version = "4.1", package = "which" }
shellexpand = "2.1"
clap = { version = "3.1", features = ["cargo", "derive"] }
clap = { version = "4.0", features = ["cargo", "derive"] }
log = "0.4"
walkdir = "2.3"
console = "0.15"