Update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-12 12:10:47 +00:00
parent a8dacbceaa
commit 4e3bec3a1d
2 changed files with 6 additions and 6 deletions

View File

@@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.22"
clap = { version = "4.0.22", features = ["derive", "env"] }
chrono = "0.4.23"
clap = { version = "4.0.23", features = ["derive", "env"] }
eyre = "0.6.8"
graphql_client = { version = "0.11.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.11.12", features = ["blocking"] }