From a296fb99b69e17dbf87d9e96e829bc2aa267e33f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 04:02:55 +0000 Subject: [PATCH] fix(deps): update rust crate async-graphql to v7 --- async-graphql/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-graphql/Cargo.toml b/async-graphql/Cargo.toml index 505719b6..15e96cba 100644 --- a/async-graphql/Cargo.toml +++ b/async-graphql/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -async-graphql = "5.0" +async-graphql = "7.0" async-graphql-actix-web = "5.0" actix-web = { version = "4.4", features = ["macros"] } \ No newline at end of file