Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eca86b3

Browse files
committedNov 15, 2022
Update Rust crate clap to 4.0.24
1 parent 8c96409 commit eca86b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Cargo.lock

+2-2
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
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
clap = { version = "4.0.23", features = ["derive"] }
9+
clap = { version = "4.0.24", features = ["derive"] }
1010
indoc = "1.0.7"
1111
lazy_static = "1.4.0"
1212
regex = "1.7.0"

0 commit comments

Comments
 (0)
Failed to load comments.