From e165f01a56b3899f64a733b24963c12f82c7ed5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Dec 2021 08:12:43 +0000 Subject: [PATCH] Update async-graphql-tide requirement from 2.9.4 to 3.0.19 Updates the requirements on [async-graphql-tide](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-tide 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..134c5fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ thiserror = "1.0" tracing = "0.1.26" tracing-subscriber = "0.2.18" async-graphql = { version = "2.9.4", features = ["tracing", "dataloader", "uuid"] } -async-graphql-tide = "2.9.4" +async-graphql-tide = "3.0.19" itertools = "0.10.1" rand = { version = "0.8.4", default-features = false } hex = { version = "0.4.3", default-features = false }