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 043a553 commit 0bcbd17Copy full SHA for 0bcbd17
examples/web_app_graphql/Cargo.toml
@@ -9,7 +9,7 @@ authors = ["Eugene Korir <[email protected]>"]
9
[dependencies]
10
actix-cors = "0.7.0"
11
actix-web = "4.4.0"
12
-async-graphql = "6.0.11"
+async-graphql = "7.0.3"
13
async-graphql-actix-web = "6.0.11"
14
diesel = { version = "2.1.4", features = ["postgres"] }
15
diesel-async = { version = "0.4.1", features = ["postgres", "deadpool"] }
0 commit comments