From 177f04bc5b78363eed569b3d0f5d8f18dcbd744a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 06:16:46 +0000 Subject: [PATCH] chore(deps): Update graphql_client requirement from 0.13 to 0.14 Updates the requirements on [graphql_client](https://github.com/graphql-rust/graphql-client) to permit the latest version. - [Release notes](https://github.com/graphql-rust/graphql-client/releases) - [Changelog](https://github.com/graphql-rust/graphql-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/graphql-rust/graphql-client/compare/0.13.0...0.14.0) --- updated-dependencies: - dependency-name: graphql_client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"