From aba478e00d57f810311ab140b6260a6c972c231a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Apr 2025 02:04:45 +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 6841030..5694d62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ edition = "2024" [dependencies] log = "0.4.22" env_logger = "0.11.5" -actix-web = "4" +actix-web = "4.10.2" rand = "0.9.0-alpha.2" clap = { version = "4.5.16", features = ["derive"] }