Update Rust crate clap to 4.0.22
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-11-07 17:16:04 +00:00
parent 06849b9edb
commit 226fcb5ffd
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -27,9 +27,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "4.0.21"
version = "4.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a8bb36a4783b8ec3d9942d06b549572687b503610cddad7d4cd573c1b6398a"
checksum = "91b9970d7505127a162fdaa9b96428d28a479ba78c9ec7550a63a5d9863db682"
dependencies = [
"atty",
"bitflags",

View File

@ -16,7 +16,7 @@ categories = ["command-line-interface"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.0.21", features = ["env", "unicode", "string"] }
clap = { version = "4.0.22", features = ["env", "unicode", "string"] }
console = "0.15.2"
eyre = "0.6.8"
tracing = { version = "0.1.37", features = ["log"] }