From 7bd3dd3c0abb5c33bcddc3e58dff33321db31c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 20:16:40 +0000 Subject: [PATCH] build(deps): bump async-graphql-axum from 7.0.17 to 7.1.0 Bumps [async-graphql-axum](https://github.com/async-graphql/async-graphql) from 7.0.17 to 7.1.0. - [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-axum dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5fbdab4ebba..1ae08da32fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1418,9 +1418,9 @@ dependencies = [ [[package]] name = "async-graphql-axum" -version = "7.0.17" +version = "7.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8725874ecfbf399e071150b8619c4071d7b2b7a2f117e173dddef53c6bdb6bb1" +checksum = "a1e37c5532e4b686acf45e7162bc93da91fc2c702fb0d465efc2c20c8f973795" dependencies = [ "async-graphql", "axum 0.8.8", diff --git a/Cargo.toml b/Cargo.toml index 220f3666984..14b10985d99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ alloy = { version = "1.0.33", features = ["dyn-abi", "json-abi", "full", "arbitr alloy-rpc-types = "1.0.33" anyhow = "1.0" async-graphql = { version = "7.2.1", features = ["chrono"] } -async-graphql-axum = "7.0.17" +async-graphql-axum = "7.2.1" async-trait = "0.1.74" axum = "0.8.8" chrono = "0.4.42"