From ad09f9dd5fc8a269aa716260f8f56fa48a4ff568 Mon Sep 17 00:00:00 2001 From: Sam De Roeck Date: Tue, 10 Aug 2021 12:32:27 +0200 Subject: [PATCH] [fix] Bump actix-http dependency to 3.0.0-beta.9, up from 3.0.0-beta.8 Fixes https://rustsec.org/advisories/RUSTSEC-2021-0081 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff3321f47..f2ce46ee1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ actix-utils = "3.0.0" actix-tls = { version = "3.0.0-beta.5", default-features = false, optional = true } actix-web-codegen = "0.5.0-beta.2" -actix-http = "3.0.0-beta.8" +actix-http = "3.0.0-beta.9" ahash = "0.7" bytes = "1"