From d6298c2329981075138fa46a3183c3de44054bcd Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Sat, 11 Jul 2020 00:28:24 +0600 Subject: [PATCH] Temporarily use Hirrolot/redis-rs --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35d77c21..5387a2ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,8 @@ futures = "0.3.5" pin-project = "0.4.22" serde_with_macros = "1.1.0" -redis = { version = "0.16.0", optional = true } +#redis = { version = "0.16.0", optional = true } TODO: download from crates.io after redis will release https://github.com/mitsuhiko/redis-rs/pull/359 +redis = { git = "https://github.com/Hirrolot/redis-rs", branch = "upgrade-deps", optional = true } serde_cbor = { version = "0.11.1", optional = true } bincode = { version = "1.3.1", optional = true }