Update Rust crate clap to 4.0.32
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-12-22 19:46:52 +00:00
parent 771a087ff6
commit a3aa2c0a7a
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -37,9 +37,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "4.0.31"
version = "4.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab512b39872b48c5ecf6b3bef2efb56dc0b986630d9da71a21a8c8f6878c334"
checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
dependencies = [
"bitflags",
"clap_derive",

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.0.31", features = ["derive"] }
clap = { version = "4.0.32", features = ["derive"] }
eyre = "0.6.8"
jwalk = "0.8.1"
regex = "1.7.0"