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-08-21 19:26:34 +00:00
parent de638ec9c1
commit 92bffb79cf
2 changed files with 16 additions and 15 deletions

View File

@@ -10,5 +10,5 @@ chrono = "0.4.26"
clap = { version = "4.3.23", features = ["derive", "env"] }
eyre = "0.6.8"
graphql_client = { version = "0.13.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.11.18", features = ["blocking"] }
serde = { version = "1.0.183", features = ["derive"] }
reqwest = { version = "0.11.19", features = ["blocking"] }
serde = { version = "1.0.185", features = ["derive"] }