Skip to content

Commit 6cd98c2

Browse files
Update Rust crate clap to 4.4.2 (#307)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22a93da commit 6cd98c2

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 8 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.4.1", features = ["derive", "env", "cargo"] }
32+
clap = { version = "4.4.2", features = ["derive", "env", "cargo"] }
3333
dialoguer = "0.10.4"
3434
dirs = "4.0.0"
3535
itertools = "0.11.0"

0 commit comments

Comments
 (0)