From e48c938487607c78a2dc08c2d5f577e74399ad66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 20:41:00 +0000 Subject: [PATCH] fix(deps): update rust crate async-graphql-axum to 7.0.3 --- graphql/async_graphql/Cargo.lock | 4 ++-- graphql/async_graphql/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphql/async_graphql/Cargo.lock b/graphql/async_graphql/Cargo.lock index 1adb86b9a..d17ac3335 100644 --- a/graphql/async_graphql/Cargo.lock +++ b/graphql/async_graphql/Cargo.lock @@ -83,9 +83,9 @@ dependencies = [ [[package]] name = "async-graphql-axum" -version = "7.0.1" +version = "7.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3415c9dbaf54397292da0bb81a907e2b989661ce068e4ccfebac33dc9e245e" +checksum = "93605d26b9da33b4cf6541906a9eb9e74396f1accbbc0f066e06f3b0869b84fc" dependencies = [ "async-graphql", "async-trait", diff --git a/graphql/async_graphql/Cargo.toml b/graphql/async_graphql/Cargo.toml index ff655f865..2d42d28c8 100644 --- a/graphql/async_graphql/Cargo.toml +++ b/graphql/async_graphql/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.82" async-graphql = "7.0.3" -async-graphql-axum = "7" +async-graphql-axum = "7.0.3" axum = "0.7" tokio = { version = "1", features = ["macros", "rt-multi-thread", "net", "parking_lot"] } reqwest = { version = "0.12", features = ["json"] }