1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-31 11:26:59 +02:00

update redis deps

This commit is contained in:
Rob Ede
2022-07-09 20:11:14 +01:00
parent 9bc014b96f
commit ecd7756644
2 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
# Changes
## Unreleased - 2022-xx-xx
- Update `actix` dependency to `0.13`.
- Update `redis-async` dependency to `0.13`.
- Update `tokio-util` dependency to `0.7`.
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.