mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-22 23:05:56 +01:00
enforce required minimum redis-async patch version (#98)
This commit is contained in:
parent
7a26d99c1a
commit
f3d5dfde40
@ -1,6 +1,7 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2020-xx-xx
|
## Unreleased - 2020-xx-xx
|
||||||
|
* Enforce minimum redis-async version of 0.6.3 to workaround breaking patch change.
|
||||||
|
|
||||||
|
|
||||||
## 0.9.0 - 2020-09-11
|
## 0.9.0 - 2020-09-11
|
||||||
|
@ -39,7 +39,7 @@ log = "0.4.6"
|
|||||||
backoff = "0.2.1"
|
backoff = "0.2.1"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.2"
|
||||||
futures-util = { version = "0.3.5", default-features = false }
|
futures-util = { version = "0.3.5", default-features = false }
|
||||||
redis-async = "0.6.1"
|
redis-async = "0.6.3"
|
||||||
actix-rt = "1.1.1"
|
actix-rt = "1.1.1"
|
||||||
time = "0.2.9"
|
time = "0.2.9"
|
||||||
tokio = "0.2.6"
|
tokio = "0.2.6"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user