mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
update redis-async to 0.14
This commit is contained in:
parent
e9428ba261
commit
1036f54fd0
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user