From b4e7cb87188ccb0984cc91b4838ac2b7fd267267 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 27 Nov 2025 00:16:15 +0000 Subject: [PATCH] Update Rust crate actix-web to 4.12.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93225e7..733ba14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.100" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.143" rust-s3 = { version = "0.37.0", features = ["tokio"] } -actix-web = "4.12.0" +actix-web = "4.12.1" actix-session = { version = "0.11.0", features = ["redis-session"] } light-openid = "1.0.4" thiserror = "2.0.17"