From d0e9d7f5cee134b1ea4968980fba81317753f4d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:05:33 +0000 Subject: [PATCH] Update async-graphql-actix-web requirement from 6.0.11 to 7.0.8 --- updated-dependencies: - dependency-name: async-graphql-actix-web 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..3342436e 100644 --- a/examples/web_app_graphql/Cargo.toml +++ b/examples/web_app_graphql/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Eugene Korir "] actix-cors = "0.7.0" actix-web = "4.4.0" async-graphql = "6.0.11" -async-graphql-actix-web = "6.0.11" +async-graphql-actix-web = "7.0.8" diesel = { version = "2.1.4", features = ["postgres"] } diesel-async = { version = "0.5.0", features = ["postgres", "deadpool"] } diesel_migrations = "2.1.0"