From 98b7b46882fcdf94ca423e8c1852711ecf9cb828 Mon Sep 17 00:00:00 2001 From: Sunli Date: Sat, 13 Nov 2021 09:37:56 +0800 Subject: [PATCH] Update Cargo.toml --- integrations/actix-web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }