From 7ab01a1e1d65bfda1827a2352a723d3cb3781a48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 04:13:34 +0000 Subject: [PATCH] Update Rust crate actix-http to 3.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1fdf16d..faa108af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ doc = false [dependencies] actix-files = "0.6.5" -actix-http = "3.5.1" +actix-http = "3.6.0" actix-service = "2.0.2" actix-web = "4.4.1" ahash = { version = "0.8.7", features = ["std", "serde", "runtime-rng"] }