From b45a79e7eaab0d6d745810ceaeab50ea2f5d8c7e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 7 Aug 2024 00:39:14 +0000 Subject: [PATCH] fix(deps): 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 4881a1d..7493f21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ memebers = ["."] [dependencies] actix-identity = "0.7.1" actix-rt = "2.9.0" -actix-session = { version = "0.9.0", features = ["cookie-session"] } +actix-session = { version = "0.10.0", features = ["cookie-session"] } actix-web = "4.5.1" argon2-creds = "0.2.3" async-trait = "0.1.80" -- 2.39.2