1
0
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:
Rob Ede 2020-09-12 17:30:09 +01:00 committed by GitHub
parent 7a26d99c1a
commit f3d5dfde40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Changes
## Unreleased - 2020-xx-xx
* Enforce minimum redis-async version of 0.6.3 to workaround breaking patch change.
## 0.9.0 - 2020-09-11

View File

@ -39,7 +39,7 @@ log = "0.4.6"
backoff = "0.2.1"
derive_more = "0.99.2"
futures-util = { version = "0.3.5", default-features = false }
redis-async = "0.6.1"
redis-async = "0.6.3"
actix-rt = "1.1.1"
time = "0.2.9"
tokio = "0.2.6"