Update Rust crate clap to 4.0.22
This commit is contained in:
parent
cd493040d7
commit
a8dacbceaa
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user