diff --git a/graphql/async_graphql/Cargo.lock b/graphql/async_graphql/Cargo.lock index b22f8890..80eef3df 100644 --- a/graphql/async_graphql/Cargo.lock +++ b/graphql/async_graphql/Cargo.lock @@ -38,9 +38,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.79" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "ascii_utils" diff --git a/graphql/async_graphql/Cargo.toml b/graphql/async_graphql/Cargo.toml index 30485bfa..cad17f7c 100644 --- a/graphql/async_graphql/Cargo.toml +++ b/graphql/async_graphql/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1" +anyhow = "1.0.82" async-graphql = "7" async-graphql-axum = "7" axum = "0.7"