1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

Update redis dependency to 0.22

This commit is contained in:
Rob Ede
2023-01-07 01:15:26 +00:00
parent 1036f54fd0
commit fe4d3d366d
5 changed files with 6 additions and 3 deletions

View File

@ -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.