From 46d6739698163a512b4c1bf8ce759622414d8432 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Wed, 7 Aug 2024 00:07:19 +0000 Subject: [PATCH] Update Rust crate actix-session to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fcfb7b6..e9cbf81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" actix = "0.13.3" actix-identity = "0.7.1" actix-web = "4.5.1" -actix-session = { version = "0.9.0", features = ["cookie-session"] } +actix-session = { version = "0.10.0", features = ["cookie-session"] } actix-remote-ip = "0.1.0" clap = { version = "4.5.4", features = ["derive", "env"] } include_dir = "0.7.3"