From fbb66a0aac36720c8b4a4e7a36b6bf7ab9993e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 08:03:19 +0000 Subject: [PATCH] Update async-graphql requirement from 2.9.4 to 5.0.5 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..9dfaae2 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 = "5.0.5", features = ["tracing", "dataloader", "uuid"] } async-graphql-tide = "2.9.4" itertools = "0.10.1" rand = { version = "0.8.4", default-features = false }