diff --git a/examples/web_app_graphql/Cargo.toml b/examples/web_app_graphql/Cargo.toml index be4d5509..9b223af2 100644 --- a/examples/web_app_graphql/Cargo.toml +++ b/examples/web_app_graphql/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Eugene Korir "] actix-cors = "0.7.0" actix-web = "4.4.0" async-graphql = "6.0.11" -async-graphql-actix-web = "6.0.11" +async-graphql-actix-web = "7.0.3" diesel = { version = "2.1.4", features = ["postgres"] } diesel-async = { version = "0.4.1", features = ["postgres", "deadpool"] } diesel_migrations = "2.1.0"