From fa730b013f14460a71c6f9730217c1798a29172a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 08:20:26 +0000 Subject: [PATCH] Update async-graphql-tide requirement from 2.9.4 to 4.0.14 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..17add3c 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 = "4.0.14" itertools = "0.10.1" rand = { version = "0.8.4", default-features = false } hex = { version = "0.4.3", default-features = false }