mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
bump session version of redis
This commit is contained in:
@ -12,7 +12,9 @@
|
||||
- `SessionLength::BrowserSession::state_ttl` is now called `BrowserSession::session_state_ttl`. [#233]
|
||||
- `SessionMiddlewareBuilder::max_session_length` is now called `SessionMiddlewareBuilder::session_lifecycle`. [#233]
|
||||
- The `SessionStore` trait requires the implementation of a new method, `SessionStore::update_ttl`. [#233]
|
||||
- All types used to configure `SessionMiddleware` have been moved to the `config` sub-module [#233]
|
||||
- All types used to configure `SessionMiddleware` have been moved to the `config` sub-module. [#233]
|
||||
- Update `actix` dependency to `0.13`.
|
||||
- Update `actix-redis` dependency to `0.12`.
|
||||
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.
|
||||
|
||||
[#233]: https://github.com/actix/actix-extras/pull/233
|
||||
|
@ -41,8 +41,8 @@ serde_json = { version = "1" }
|
||||
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
|
||||
|
||||
# redis-actor-session
|
||||
actix = { version = "0.12.0", default-features = false, optional = true }
|
||||
actix-redis = { version = "0.11.0", optional = true }
|
||||
actix = { version = "0.13", default-features = false, optional = true }
|
||||
actix-redis = { version = "0.12", optional = true }
|
||||
futures-core = { version = "0.3.7", default-features = false, optional = true }
|
||||
|
||||
# redis-rs-session
|
||||
|
Reference in New Issue
Block a user