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"