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:
2023-02-15 17:03:14 +00:00
parent 66d89d63f1
commit 7112310b46
2 changed files with 17 additions and 17 deletions

View File

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