1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00

update redis-async to 0.14

This commit is contained in:
Rob Ede 2023-01-07 01:09:34 +00:00
parent e9428ba261
commit 1036f54fd0
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
## Unreleased - 2022-xx-xx
- Update `redis-async` dependency to `0.14`.
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
## 0.12.0 - 2022-07-09

View File

@ -34,7 +34,7 @@ log = "0.4.6"
backoff = "0.4.0"
derive_more = "0.99.7"
futures-core = { version = "0.3.7", default-features = false }
redis-async = "0.13"
redis-async = "0.14"
time = "0.3"
tokio = { version = "1.13.1", features = ["sync"] }
tokio-util = "0.7"