Update Rust crate graphql_client to 0.14.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-26 13:58:52 +00:00
parent 2ce4192632
commit 52907fbed4
2 changed files with 7 additions and 7 deletions

View File

@@ -9,6 +9,6 @@ edition = "2021"
chrono = "0.4.35"
clap = { version = "4.5.4", features = ["derive", "env"] }
eyre = "0.6.12"
graphql_client = { version = "0.13.0", features = ["reqwest", "reqwest-blocking"] }
graphql_client = { version = "0.14.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = { version = "0.12.2", features = ["blocking"] }
serde = { version = "1.0.197", features = ["derive"] }