diff --git a/graphql/async_graphql/Cargo.lock b/graphql/async_graphql/Cargo.lock index 1adb86b9..d17ac333 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 ff655f86..2d42d28c 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"] }