1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-22 23:05:56 +01:00

Update backoff in actix-redis to 0.2.1 (#83)

This commit is contained in:
Oskar Persson 2020-07-19 03:30:46 +02:00 committed by GitHub
parent 43ababef8f
commit a960eb0ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ actix = "0.10.0-alpha.3"
actix-utils = "1.0.3"
log = "0.4.6"
backoff = "0.1.5"
backoff = "0.2.1"
derive_more = "0.99.2"
futures-util = { version = "0.3.5", default-features = false }
redis-async = "0.6.1"