From eb396173352d5f33dcd79e07b77255e40bfd6d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 04:45:44 +0000 Subject: [PATCH] Update graphql_client requirement from 0.13.0 to 0.14.0 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 5777bad1..68ca5e1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ wiremock = "0.6.0" crypto_box = { version = "0.8.2", features = ["seal"] } base64 = "0.22.0" pretty_assertions = "1.4.0" -graphql_client = "0.13.0" +graphql_client = "0.14.0" [features] default = ["follow-redirect", "retry", "rustls", "timeout", "tracing", "default-client"]