From d48e0f7cbdffb6f4f7ed09116c2b467c97435231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:35:58 +0000 Subject: [PATCH] Update async-graphql requirement from 6.0.11 to 7.0.7 --- updated-dependencies: - dependency-name: async-graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/web_app_graphql/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/web_app_graphql/Cargo.toml b/examples/web_app_graphql/Cargo.toml index 38ac956d..894ed93c 100644 --- a/examples/web_app_graphql/Cargo.toml +++ b/examples/web_app_graphql/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Eugene Korir "] [dependencies] actix-cors = "0.7.0" actix-web = "4.4.0" -async-graphql = "6.0.11" +async-graphql = "7.0.7" async-graphql-actix-web = "6.0.11" diesel = { version = "2.1.4", features = ["postgres"] } diesel-async = { version = "0.4.1", features = ["postgres", "deadpool"] }