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"