From c8a97be01b0eb11618d7e8a8c8a22bfc4c5c7c48 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 22:58:20 +0000 Subject: [PATCH] Update Rust crate actix-web to 4.10.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 538497a..d09344b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0-only" [dependencies] clap = { version = "4.5.34", features = ["derive", "env"] } -actix-web = "4" +actix-web = "4.10.2" actix-files = "0.6.6" actix-multipart = "0.7.2" env_logger = "0.11.7" -- 2.47.2