diff --git a/integrations/actix-web/Cargo.toml b/integrations/actix-web/Cargo.toml index 0a005b97..aae14b85 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 = "3.0.31" } actix = "0.12.0" -actix-http = "3.0.0-rc.2" -actix-web = { version = "4.0.0-rc.3", default-features = false } -actix-web-actors = "4.0.0-beta.12" +actix-http = "3.0.0" +actix-web = { version = "4.0.1", default-features = false } +actix-web-actors = "4.0.0" async-channel = "1.6.1" futures-util = { version = "0.3.0", default-features = false } serde_json = "1.0.64"