From 26e5b88664b76c1829edc274c4e3ee07faa352db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 05:05:08 +0000 Subject: [PATCH] chore(deps): bump async-graphql-warp from 5.0.7 to 5.0.8 Bumps [async-graphql-warp](https://github.com/async-graphql/async-graphql) from 5.0.7 to 5.0.8. - [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 f98bc3cd9e37e..e2f4829512448 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -456,9 +456,9 @@ dependencies = [ [[package]] name = "async-graphql-warp" -version = "5.0.7" +version = "5.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bb6bf41fb7c140172034290b10c17eca6ebf37af148301f913dc95eb625083b" +checksum = "f3a2e1f7023d0074be87cd9ae83e3d6e9c6854bd7544026fdfc46c568e76c021" dependencies = [ "async-graphql", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index b0de43791504c..4c588b49fd90d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -211,7 +211,7 @@ lapin = { version = "2.1.1", default-features = false, features = ["native-tls"] # API async-graphql = { version = "5.0.8", default-features = false, optional = true, features = ["chrono"] } -async-graphql-warp = { version = "5.0.7", default-features = false, optional = true } +async-graphql-warp = { version = "5.0.8", default-features = false, optional = true } itertools = { version = "0.10.5", default-features = false, optional = true } # API client