From e6a51bfe9976e6c49ba558f4c2e45df74057c6f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:17:52 +0000 Subject: [PATCH] Bump async-graphql-actix-web from 6.0.10 to 6.0.11 (#661) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfa3dba..78fc0fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1005,9 +1005,9 @@ dependencies = [ [[package]] name = "async-graphql-actix-web" -version = "6.0.10" +version = "6.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cd217864bf93a62fd0d3a09589a7135e420620d2e1460c77a5eec679d5f56ec" +checksum = "4de34e083ca355382f60920eb391682245d66c1be06f48def4ac067054a8df1d" dependencies = [ "actix", "actix-http",