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:55:15 +00:00
parent feef1e26ee
commit 2bf6d5fdd4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
chrono = "0.4.23"
clap = { version = "4.0.31", features = ["derive", "env"] }
clap = { version = "4.0.32", features = ["derive", "env"] }
eyre = "0.6.8"
graphql_client = { version = "0.11.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.11.13", features = ["blocking"] }