From cbd732aff2aa814c85da1ac77bd09cf0249c7401 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:28:05 +0000 Subject: [PATCH] fix(deps): update rust crate async-graphql to v7 --- rust/async-graphql-actix-web/Cargo.toml | 2 +- rust/async-graphql-subgraph/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/async-graphql-actix-web/Cargo.toml b/rust/async-graphql-actix-web/Cargo.toml index 38a3dff1..219bb00a 100644 --- a/rust/async-graphql-actix-web/Cargo.toml +++ b/rust/async-graphql-actix-web/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" [dependencies] actix-web = "4" -async-graphql = "5.0" +async-graphql = "7.0" async-graphql-actix-web = "5.0" diff --git a/rust/async-graphql-subgraph/Cargo.toml b/rust/async-graphql-subgraph/Cargo.toml index db3ca411..9c08fc3d 100644 --- a/rust/async-graphql-subgraph/Cargo.toml +++ b/rust/async-graphql-subgraph/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" [dependencies] actix-web = "4" -async-graphql = "5.0" +async-graphql = "7.0" async-graphql-actix-web = "5.0"