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.
actix
1 parent fec998d commit 032ff3fCopy full SHA for 032ff3f
juniper_actix/Cargo.toml
@@ -12,11 +12,11 @@ repository = "https://github.com/graphql-rust/juniper"
12
subscriptions = ["juniper_graphql_ws", "tokio"]
13
14
[dependencies]
15
-actix = "0.12"
+actix = "0.13"
16
actix-http = "3.0"
17
http = "0.2.4"
18
actix-web = "4.0"
19
-actix-web-actors = "=4.0.0"
+actix-web-actors = "4.1.0"
20
21
juniper = { version = "0.16.0-dev", path = "../juniper", default-features = false }
22
juniper_graphql_ws = { version = "0.3.0", path = "../juniper_graphql_ws", optional = true }
0 commit comments