From 0c0d13be12a9c78ed81e01a07b910ca82c14a764 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 7 Aug 2024 01:05:57 +0100 Subject: [PATCH] docs: update session dependants changelogs --- actix-identity/CHANGES.md | 2 ++ actix-limitation/CHANGES.md | 1 + 2 files changed, 3 insertions(+) diff --git a/actix-identity/CHANGES.md b/actix-identity/CHANGES.md index 59d3e37e1..04de589f2 100644 --- a/actix-identity/CHANGES.md +++ b/actix-identity/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased +- Update `actix-session` dependency to `0.10`. + ## 0.7.1 - Add `IdentityMiddlewareBuilder::{id_key, last_visit_unix_timestamp_key, login_unix_timestamp_key}()` methods for customizing keys used in session. Defaults remain the same as before. diff --git a/actix-limitation/CHANGES.md b/actix-limitation/CHANGES.md index 4b662f523..5cb7d8a52 100644 --- a/actix-limitation/CHANGES.md +++ b/actix-limitation/CHANGES.md @@ -3,6 +3,7 @@ ## Unreleased - Update `redis` dependency to `0.26`. +- Update `actix-session` dependency to `0.9`. ## 0.5.1