Merge branch 'master' into fix-bot-silence

This commit is contained in:
Temirkhan Myrzamadi 2020-07-11 00:29:28 +06:00 committed by GitHub
commit ba05f1911e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }