diff --git a/graphql/Cargo.toml b/graphql/Cargo.toml index 2041c6b..c663f5a 100644 --- a/graphql/Cargo.toml +++ b/graphql/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] chrono = { version = "0.4.24", default-features = false, features = ["std"] } -graphql_client = { version = "0.14.0", features = ["reqwest-blocking", "reqwest"]} +graphql_client = { version = "0.16.0", features = ["reqwest-blocking", "reqwest"]} log = "0.4.17" reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "rustls-tls"]} serde = { version = "1.0", features = ["derive"]}