diff --git a/integrations/actix-web/Cargo.toml b/integrations/actix-web/Cargo.toml index b3749e73..5f6c953b 100644 --- a/integrations/actix-web/Cargo.toml +++ b/integrations/actix-web/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["futures", "async", "graphql"] categories = ["network-programming", "asynchronous"] [dependencies] -async-graphql = { path = "../..", version = "=2.11.2" } +async-graphql = { path = "../..", version = "=2.11.3" } actix = "0.12.0" actix-http = "3.0.0-beta.11" actix-web = { version = "4.0.0-beta.10", default-features = false }