Skip to content

Commit abc73bf

Browse files
Update Rust crate clap to 4.4.15
1 parent bea3213 commit abc73bf

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

0 commit comments

Comments
 (0)