From 991f732f2290711422cd4bb5e022288c21185b17 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Mar 2025 02:16:41 +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 bde0ed2..bb9cb7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" [dependencies] actix = "0.13.5" actix-identity = "0.8.0" -actix-web = "4.5.1" +actix-web = "4.10.2" actix-session = { version = "0.10.1", features = ["cookie-session"] } actix-remote-ip = "0.1.0" clap = { version = "4.5.34", features = ["derive", "env"] } -- 2.47.2