1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-09-01 03:47:17 +02:00

redis: Minimize futures dependency

This commit is contained in:
Yuki Okushi
2020-05-21 17:17:56 +09:00
parent 2e3a094ef7
commit b699506526
4 changed files with 7 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ actix-utils = "1.0.3"
log = "0.4.6"
backoff = "0.1.5"
derive_more = "0.99.2"
futures = "0.3.1"
futures-util = { version = "0.3.5", default-features = false }
redis-async = "0.6.1"
actix-rt = "1.0.0"
time = "0.2.9"