mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 11:43:57 +01:00
Merge branch 'master' into fix-bot-silence
This commit is contained in:
commit
ba05f1911e
1 changed files with 2 additions and 1 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in a new issue