From 5d67949018584c50b2f7739def4281061f5f9c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 08:14:30 +0000 Subject: [PATCH] Update async-graphql requirement from 2.9.4 to 4.0.15 Updates the requirements on [async-graphql](https://github.com/async-graphql/async-graphql) to permit the latest version. - [Release notes](https://github.com/async-graphql/async-graphql/releases) - [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-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99d93bf..b46c34b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ anyhow = "1.0" thiserror = "1.0" tracing = "0.1.26" tracing-subscriber = "0.2.18" -async-graphql = { version = "2.9.4", features = ["tracing", "dataloader", "uuid"] } +async-graphql = { version = "4.0.15", features = ["tracing", "dataloader", "uuid"] } async-graphql-tide = "2.9.4" itertools = "0.10.1" rand = { version = "0.8.4", default-features = false }