From cb3449be9f8d273458758efeb8cab61c65607d23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 06:16:46 +0000 Subject: [PATCH] Update Rust crate async-graphql-axum to v7.0.13 (#635) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- graphql/async_graphql/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphql/async_graphql/Cargo.lock b/graphql/async_graphql/Cargo.lock index a0b9e389..17dd5847 100644 --- a/graphql/async_graphql/Cargo.lock +++ b/graphql/async_graphql/Cargo.lock @@ -103,9 +103,9 @@ dependencies = [ [[package]] name = "async-graphql-axum" -version = "7.0.12" +version = "7.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "862e8fc78b34a118a8cf5133e7e0194f728a0b844ea842d14aed7e5705320954" +checksum = "ec8c1bb47161c37286e40e2fa58055e97b2a2b6cf1022a6686967e10636fa5d7" dependencies = [ "async-graphql", "async-trait",