From 86c9b73bec53c450498893b36a3d641eba95d0f3 Mon Sep 17 00:00:00 2001 From: Jake Oliver Date: Fri, 4 Mar 2022 10:29:58 +0000 Subject: [PATCH] Update actix to 0.13 --- 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 ac05948c..0d570a8f 100644 --- a/integrations/actix-web/Cargo.toml +++ b/integrations/actix-web/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] async-graphql = { path = "../..", version = "3.0.32" } -actix = "0.12.0" +actix = "0.13.0" actix-http = "3.0.0" actix-web = { version = "4.0.1", default-features = false } actix-web-actors = "4.0.0"