From e2394d5289ef3d925a686d43cd7f1537a918b62a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 18:15:51 +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 3b7a20f..174b4b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ edition = "2024" log = "0.4.17" env_logger = "0.11.7" clap = { version = "4.5.34", features = ["derive", "env"] } -actix-web = "4" +actix-web = "4.10.2" futures = "0.3.21"