diff --git a/async-graphql/Cargo.toml b/async-graphql/Cargo.toml index 505719b6..15e96cba 100644 --- a/async-graphql/Cargo.toml +++ b/async-graphql/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -async-graphql = "5.0" +async-graphql = "7.0" async-graphql-actix-web = "5.0" actix-web = { version = "4.4", features = ["macros"] } \ No newline at end of file