mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
Update redis dependency to 0.22
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
|
||||
## Unreleased - 2022-xx-xx
|
||||
|
||||
- Update `redis` dependency to `0.22`.
|
||||
|
||||
## 0.4.0 - 2022-09-10
|
||||
|
||||
- Add `Builder::key_by` for setting a custom rate limit key function.
|
||||
|
@ -23,7 +23,7 @@ actix-web = { version = "4", features = ["cookies"] }
|
||||
chrono = "0.4"
|
||||
derive_more = "0.99.7"
|
||||
log = "0.4"
|
||||
redis = { version = "0.21", default-features = false, features = ["tokio-comp"] }
|
||||
redis = { version = "0.22", default-features = false, features = ["tokio-comp"] }
|
||||
time = "0.3"
|
||||
|
||||
# session
|
||||
|
Reference in New Issue
Block a user