do not include default features for actix-web

This commit is contained in:
Rob Ede 2020-09-25 19:16:15 +01:00 committed by GitHub
parent 25887b35ab
commit ecefe679a7

View File

@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "../..", version = "2.0.0-alpha.16" }
actix-web = "3.0.0"
actix-web = { version = "3.0.2", default-features = false }
actix-web-actors = "3.0.0"
actix-http = "2.0.0"
actix = "0.10.0"