Skip to content

Commit f1e00e1

Browse files
Update Rust crate clap to 4.4.0 (#304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 11938bc commit f1e00e1

File tree

2 files changed

+12
-106
lines changed

2 files changed

+12
-106
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ path = "src/main.rs"
2929

3030
[dependencies]
3131
anyhow = "1.0.75"
32-
clap = { version = "4.3.24", features = ["derive", "env", "cargo"] }
32+
clap = { version = "4.4.0", features = ["derive", "env", "cargo"] }
3333
dialoguer = "0.10.4"
3434
dirs = "4.0.0"
3535
itertools = "0.11.0"

0 commit comments

Comments
 (0)