We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c170aa2 commit ae48641Copy full SHA for ae48641
examples/web_app_graphql/Cargo.toml
@@ -10,7 +10,7 @@ authors = ["Eugene Korir <korir16071@gmail.com>"]
10
actix-cors = "0.7.0"
11
actix-web = "4.4.0"
12
async-graphql = "6.0.11"
13
-async-graphql-actix-web = "6.0.11"
+async-graphql-actix-web = "7.0.3"
14
diesel = { version = "2.1.4", features = ["postgres"] }
15
diesel-async = { version = "0.4.1", features = ["postgres", "deadpool"] }
16
diesel_migrations = "2.1.0"
0 commit comments