From 68ff0d0aaff94053239c34747d1e98568c4d8f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 20:58:17 +0000 Subject: [PATCH] build(deps): bump async-graphql-axum from 7.0.15 to 7.0.17 Bumps [async-graphql-axum](https://github.com/async-graphql/async-graphql) from 7.0.15 to 7.0.17. - [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.0.17 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 acc0f6fad64..ce8de699bbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,9 +203,9 @@ dependencies = [ [[package]] name = "async-graphql-axum" -version = "7.0.15" +version = "7.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bf2882c816094fef6e39d381b8e9b710e5943e7bdef5198496441d5083164fa" +checksum = "8725874ecfbf399e071150b8619c4071d7b2b7a2f117e173dddef53c6bdb6bb1" dependencies = [ "async-graphql", "axum 0.8.4", diff --git a/Cargo.toml b/Cargo.toml index db9a12f0490..7ba859ced56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ license = "MIT OR Apache-2.0" [workspace.dependencies] anyhow = "1.0" async-graphql = { version = "7.0.17", features = ["chrono"] } -async-graphql-axum = "7.0.15" +async-graphql-axum = "7.0.17" axum = "0.8.4" chrono = "0.4.42" bs58 = "0.5.1"