From 809b99384c5079707fc4139aa4755029d1344482 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 25 Sep 2020 19:16:15 +0100 Subject: [PATCH] do not include default features for actix-web --- integrations/actix-web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/actix-web/Cargo.toml b/integrations/actix-web/Cargo.toml index 4c02a729..27d392a2 100644 --- a/integrations/actix-web/Cargo.toml +++ b/integrations/actix-web/Cargo.toml @@ -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"