From 4fd42d0e178003cb459828522036ae2aac544980 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 27 Aug 2025 00:25:04 +0000 Subject: [PATCH] Update Rust crate actix-session to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dbbafeb..2c3a822 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" actix = "0.13.5" actix-identity = "0.8.0" actix-web = "4.11.0" -actix-session = { version = "0.10.1", features = ["cookie-session"] } +actix-session = { version = "0.11.0", features = ["cookie-session"] } actix-remote-ip = "0.1.0" clap = { version = "4.5.45", features = ["derive", "env"] } include_dir = "0.7.4" -- 2.49.1