From 705faa3318662dfe419689b0b8cdf0899f6ffe56 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Wed, 7 Aug 2024 00:11:54 +0000 Subject: [PATCH] Update Rust crate actix-session to 0.10.0 --- remote_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_backend/Cargo.toml b/remote_backend/Cargo.toml index 7e075df..c532183 100644 --- a/remote_backend/Cargo.toml +++ b/remote_backend/Cargo.toml @@ -14,7 +14,7 @@ light-openid = { version = "1.0.2", features = ["crypto-wrapper"] } basic-jwt = "0.2.0" actix-web = "4.5.1" actix-remote-ip = "0.1.0" -actix-session = { version = "0.9.0", features = ["cookie-session"] } +actix-session = { version = "0.10.0", features = ["cookie-session"] } actix-identity = "0.7.1" actix-cors = "0.7.0" lazy_static = "1.4.0"