From 17fdea7d8463229c96247d0ac3b0ec43cc925478 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 17 Jan 2026 00:17:40 +0000 Subject: [PATCH] Update Rust crate actix-web to 4.12.1 --- virtweb_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtweb_backend/Cargo.toml b/virtweb_backend/Cargo.toml index 4725877..7132858 100644 --- a/virtweb_backend/Cargo.toml +++ b/virtweb_backend/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4.5.54", features = ["derive", "env"] } light-openid = { version = "1.0.4", features = ["crypto-wrapper"] } lazy_static = "1.5.0" actix = "0.13.5" -actix-web = "4.11.0" +actix-web = "4.12.1" actix-remote-ip = "0.1.0" actix-session = { version = "0.10.1", features = ["cookie-session"] } actix-identity = "0.8.0"