Update actix and juniper_actix (#823)
This commit is contained in:
parent
1c4497b66c
commit
b418869f95
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ authors = ["Mihai Dinculescu <mihai.dinculescu@outlook.com>"]
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "3.0"
|
actix-web = "3.3"
|
||||||
actix-cors = "0.5"
|
actix-cors = "0.5"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
tokio = { version = "0.2", features = ["macros", "rt-core"] }
|
tokio = { version = "0.2", features = ["macros", "rt-core"] }
|
||||||
|
|
|
@ -13,10 +13,10 @@ subscriptions = ["juniper_graphql_ws"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix = "0.10"
|
actix = "0.10"
|
||||||
actix-web = { version = "3.0", features = ["rustls"] }
|
actix-web = "3.3"
|
||||||
actix-web-actors = "3.0"
|
actix-web-actors = "3.0"
|
||||||
|
|
||||||
juniper = { version = "0.15.0", path = "../juniper", default-features = false }
|
juniper = { version = "0.15.0", path = "../juniper", default-features = false }
|
||||||
juniper_graphql_ws = { version = "0.2.0", path = "../juniper_graphql_ws", optional = true }
|
juniper_graphql_ws = { version = "0.2.0", path = "../juniper_graphql_ws", optional = true }
|
||||||
|
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
|
@ -33,6 +33,6 @@ actix-identity = "0.3"
|
||||||
|
|
||||||
juniper = { version = "0.15.0", path = "../juniper", features = ["expose-test-schema"] }
|
juniper = { version = "0.15.0", path = "../juniper", features = ["expose-test-schema"] }
|
||||||
|
|
||||||
bytes = "0.5"
|
bytes = "0.6"
|
||||||
env_logger = "0.8"
|
env_logger = "0.8"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue