From bed538793d2c4b7061fbd936fd8f1996f09f6497 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 17 May 2025 00:16:01 +0000 Subject: [PATCH] Update Rust crate actix-session to 0.10.1 --- moneymgr_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moneymgr_backend/Cargo.toml b/moneymgr_backend/Cargo.toml index e1bf997..cf97735 100644 --- a/moneymgr_backend/Cargo.toml +++ b/moneymgr_backend/Cargo.toml @@ -13,7 +13,7 @@ actix-web = "4.11.0" actix-cors = "0.7.1" actix-multipart = "0.7.2" actix-remote-ip = "0.1.0" -actix-session = { version = "0.10.0", features = ["redis-session"] } +actix-session = { version = "0.10.1", features = ["redis-session"] } actix-files = "0.6.6" lazy_static = "1.5.0" anyhow = "1.0.98"