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"