From 11f92e4d63a1049bc1904af097f11a4b35866ca6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 04:16:18 +0000 Subject: [PATCH] Update Rust crate actix-web to 4.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a8dda6..b89a0a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ overflow-checks = false [dependencies] actix-files = {version="0.6.2", optional=true} -actix-web = {version="4.3.1", optional=true} +actix-web = {version="4.5.1", optional=true} async-recursion = {version="1.0.4", optional=true} broadcaster = {version="1.0.0", optional=true} cfg-if = "1.0.0"