diff --git a/Cargo.lock b/Cargo.lock index 65a4bfdbeb0..71aa87c1b79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -727,9 +727,9 @@ dependencies = [ [[package]] name = "async-graphql-axum" -version = "7.0.17" +version = "7.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8725874ecfbf399e071150b8619c4071d7b2b7a2f117e173dddef53c6bdb6bb1" +checksum = "599e663e170f69baa0b9f18f52cdfd701e01ade0ac1baef2c4bc488cb68e35c1" dependencies = [ "async-graphql", "axum 0.8.8", @@ -5319,7 +5319,7 @@ version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "itertools", "log", "multimap", diff --git a/Cargo.toml b/Cargo.toml index d09e9affb53..94092889bab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ license = "MIT OR Apache-2.0" [workspace.dependencies] anyhow = "1.0" async-graphql = { version = "7.1.0", features = ["chrono"] } -async-graphql-axum = "7.0.17" +async-graphql-axum = "7.1.0" async-trait = "0.1.74" axum = "0.8.8" chrono = "0.4.42"