From c907c4d2aa9c469843d1ee090584487f1e34fd83 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Mar 2025 20:49:57 +0000 Subject: [PATCH] Update Rust crate actix to 0.13.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2de9b1b..fceefa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" clap = { version = "4.0.29", features = ["derive", "env"] } tar = "0.4.38" actix-web = "4" -actix = "0.13.0" +actix = "0.13.5" lazy_static = "1.4.0" log = "0.4.17" env_logger = "0.11.7"