Skip to content

Commit bea3213

Browse files
Update Rust crate clap to 4.4.11 (#332)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 00f43f4 commit bea3213

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

+1-1
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.10", features = ["derive", "env", "cargo"] }
32+
clap = { version = "4.4.11", features = ["derive", "env", "cargo"] }
3333
dialoguer = "0.11.0"
3434
dirs = "4.0.0"
3535
itertools = "0.12.0"

0 commit comments

Comments
 (0)