Update Rust crate clap to 4.0.22 #8

Merged
kjuulh merged 1 commits from renovate/all into main 2022-11-07 18:31:23 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit a8dacbceaa - Show all commits

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"] }