From 994d39d348914ab148d08135bc7e29b56b161f56 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Apr 2025 02:04:40 +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 9b4c405..6fe6142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,6 @@ edition = "2024" [dependencies] clap = {version = "4.5.9", features = ["derive", "env"]} -actix-web = "4" +actix-web = "4.10.2" env_logger = "0.11.5" log = "0.4.22" -- 2.47.2