diff --git a/integrations/actix-web/Cargo.toml b/integrations/actix-web/Cargo.toml index 4da6e776..256a5aa5 100644 --- a/integrations/actix-web/Cargo.toml +++ b/integrations/actix-web/Cargo.toml @@ -15,9 +15,9 @@ categories = ["network-programming", "asynchronous"] async-graphql = { path = "../..", version = "=2.11.0" } actix = "0.12" -actix-http = "3.0.0-beta.8" -actix-web = { version = "4.0.0-beta.8", default-features = false } -actix-web-actors = "4.0.0-beta.6" +actix-http = "3.0.0-beta.10" +actix-web = { version = "4.0.0-beta.9", default-features = false } +actix-web-actors = "4.0.0-beta.7" futures-util = { version = "0.3.13", default-features = false } serde_json = "1.0.64" serde_urlencoded = "0.7.0"