From 21bc7b69f07cd71073c61507067626ad206f2a40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 15:45:19 +0000 Subject: [PATCH] chore(deps): Bump async-graphql-warp from 5.0.8 to 5.0.9 Bumps [async-graphql-warp](https://github.com/async-graphql/async-graphql) from 5.0.8 to 5.0.9. - [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-warp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 733aec4c548e0..9f2b355baef53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,9 +478,9 @@ dependencies = [ [[package]] name = "async-graphql-warp" -version = "5.0.8" +version = "5.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3a2e1f7023d0074be87cd9ae83e3d6e9c6854bd7544026fdfc46c568e76c021" +checksum = "fae3d1991cb75a984eb6787b84dd7ebb362a696d4239bb59abbc5a015a01724c" dependencies = [ "async-graphql", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 1dc4bd8ad1af8..76411fb692e6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -211,7 +211,7 @@ lapin = { version = "2.2.1", default-features = false, features = ["native-tls"] # API async-graphql = { version = "5.0.9", default-features = false, optional = true, features = ["chrono"] } -async-graphql-warp = { version = "5.0.8", default-features = false, optional = true } +async-graphql-warp = { version = "5.0.9", default-features = false, optional = true } itertools = { version = "0.10.5", default-features = false, optional = true } # API client