diff --git a/Cargo.toml b/Cargo.toml index f8c0102..9069af2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ vendored-tls = ["reqwest/native-tls-vendored"] [dependencies] # lib -graphql_client = { version = "0.13", features = ["reqwest-blocking"] } +graphql_client = { version = "0.14", features = ["reqwest-blocking"] } serde = "1.0" reqwest = { version = "0.11", features = ["json", "blocking", "multipart"] } thiserror = "1.0"