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:15:58 +00:00
parent cd493040d7
commit a8dacbceaa
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -93,9 +93,9 @@ dependencies = [
[[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

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
chrono = "0.4.22"
clap = { version = "4.0.21", features = ["derive", "env"] }
clap = { version = "4.0.22", features = ["derive", "env"] }
eyre = "0.6.8"
graphql_client = { version = "0.11.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.11.12", features = ["blocking"] }