Skip to content

Commit 30a413c

Browse files
Update Rust crate clap to 4.0.30 (#195)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13f9bf2 commit 30a413c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.68"
32-
clap = { version = "4.0.29", features = ["derive", "env", "cargo"] }
32+
clap = { version = "4.0.30", features = ["derive", "env", "cargo"] }
3333
dialoguer = "0.10.2"
3434
dirs = "4.0.0"
3535
itertools = "0.10.5"

0 commit comments

Comments
 (0)