From d35a4ded84cf06c154a39fd7ace138dbc7ef1786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 08:19:00 +0000 Subject: [PATCH] Update async-graphql requirement from 2.9.4 to 3.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/compare/async-graphql@2.9.4...async-graphql@3.0.15) --- 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..f92e507 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 = "3.0.15", features = ["tracing", "dataloader", "uuid"] } async-graphql-tide = "2.9.4" itertools = "0.10.1" rand = { version = "0.8.4", default-features = false }