From c98ec05f6a320bae26f0b905819ace078e0d0b8e Mon Sep 17 00:00:00 2001 From: Sunli Date: Tue, 19 Oct 2021 12:51:27 +0800 Subject: [PATCH] Bump actix-web from `4.0.0-beta.8` to `4.0.0-beta.9` --- integrations/actix-web/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"