diff --git a/integrations/actix-web/Cargo.toml b/integrations/actix-web/Cargo.toml index 6fa94d54..af5a783a 100644 --- a/integrations/actix-web/Cargo.toml +++ b/integrations/actix-web/Cargo.toml @@ -15,8 +15,8 @@ version = "4.0.3" async-graphql = { path = "../..", version = "4.0.3", default-features = false } actix = "0.13.0" -actix-http = "3.0.1" -actix-web = { version = "4.0.1", default-features = false } +actix-http = "3.1.0" +actix-web = { version = "4.1.0", default-features = false } actix-web-actors = "4.1.0" async-channel = "1.6.1" futures-channel = "0.3.13"