Skip to content

Commit 17bc498

Browse files
Update Rust crate clap to 4.5.0
1 parent bea3213 commit 17bc498

File tree

2 files changed

+85
-19
lines changed

2 files changed

+85
-19
lines changed

Cargo.lock

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

0 commit comments

Comments
 (0)