Update actix and juniper_actix (#823)

This commit is contained in:
Kunjan Dalal 2020-12-11 13:10:49 +05:30 committed by GitHub
parent 1c4497b66c
commit b418869f95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ authors = ["Mihai Dinculescu <mihai.dinculescu@outlook.com>"]
publish = false
[dependencies]
actix-web = "3.0"
actix-web = "3.3"
actix-cors = "0.5"
futures = "0.3"
tokio = { version = "0.2", features = ["macros", "rt-core"] }

View file

@ -13,10 +13,10 @@ subscriptions = ["juniper_graphql_ws"]
[dependencies]
actix = "0.10"
actix-web = { version = "3.0", features = ["rustls"] }
actix-web = "3.3"
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 }
anyhow = "1.0"
@ -33,6 +33,6 @@ actix-identity = "0.3"
juniper = { version = "0.15.0", path = "../juniper", features = ["expose-test-schema"] }
bytes = "0.5"
bytes = "0.6"
env_logger = "0.8"
log = "0.4"