From a960eb0ef6eba4228bd583219356c05d54824dc0 Mon Sep 17 00:00:00 2001 From: Oskar Persson Date: Sun, 19 Jul 2020 03:30:46 +0200 Subject: [PATCH] Update backoff in actix-redis to 0.2.1 (#83) --- actix-redis/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-redis/Cargo.toml b/actix-redis/Cargo.toml index 3275b2afa..ec2a1682b 100644 --- a/actix-redis/Cargo.toml +++ b/actix-redis/Cargo.toml @@ -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"