Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.0.29
Browse files Browse the repository at this point in the history
renovate[bot] authored Dec 12, 2022

Verified

This commit was signed with the committer’s verified signature.
nlohmann Niels Lohmann
1 parent 2519abb commit a235b74
Showing 2 changed files with 144 additions and 15 deletions.
157 changes: 143 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ actix-web-httpauth = "0.8.0"
addr = { version = "0.15.6", features = ["serde"] }
anyhow = "1.0.66"
chrono = { version = "0.4.23", default-features = false, features = ["std", "clock", "libc", "time", "serde"] }
clap = { version = "4.0.26", features = ["derive"] }
clap = { version = "4.0.29", features = ["derive"] }
fern = { version = "0.6.1", features = ["colored"] }
log = "0.4.17"
once_cell = "1.16.0"

0 comments on commit a235b74

Please sign in to comment.