From 102537249320bab3070f952bb324a113b006f9e6 Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Wed, 21 Apr 2021 08:57:34 +0100 Subject: [PATCH] Update to latest actix-web --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 215343b5c..77269c4b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["http", "actix-web", "tracing", "logging"] categories = ["asynchronous", "web-programming"] [dependencies] -actix-web = "4.0.0-beta.4" +actix-web = "4.0.0-beta.6" tracing = "0.1.19" tracing-futures = "0.2.4" futures = "0.3.5"