Skip to content

Commit f55d206

Browse files
Update Rust crate clap to 4.5.4
1 parent bea3213 commit f55d206

File tree

2 files changed

+87
-21
lines changed

2 files changed

+87
-21
lines changed

Cargo.lock

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

0 commit comments

Comments
 (0)