Skip to content

Commit f54cf24

Browse files
Update Rust crate clap to 4.4.17
1 parent bea3213 commit f54cf24

File tree

2 files changed

+77
-11
lines changed

2 files changed

+77
-11
lines changed

Cargo.lock

+76-10
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.4.17", features = ["derive", "env", "cargo"] }
3333
dialoguer = "0.11.0"
3434
dirs = "4.0.0"
3535
itertools = "0.12.0"

0 commit comments

Comments
 (0)