From fcffb95e2b4e123e54ae1cc28110f3d382e797a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 04:24:43 +0000 Subject: [PATCH] Update async-graphql requirement from 6.0.11 to 7.0.17 Updates the requirements on [async-graphql](https://github.com/async-graphql/async-graphql) to permit the latest version. - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-graphql/async-graphql/commits) --- updated-dependencies: - dependency-name: async-graphql dependency-version: 7.0.17 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 8ea6cc29..65882ac5 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.17" async-graphql-actix-web = "6.0.11" diesel = { version = "2.1.4", features = ["postgres"] } diesel-async = { version = "0.5.0", features = ["postgres", "deadpool"] }