mirror of https://github.com/tikv/client-rust.git
Upgrade kvproto and futures
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
This commit is contained in:
parent
ad49e78c29
commit
8e9f33717c
|
|
@ -20,9 +20,9 @@ name = "tikv_client"
|
|||
[dependencies]
|
||||
derive-new = "0.5"
|
||||
failure = "0.1"
|
||||
futures-preview = { version = "0.3.0-alpha.17", features = ["compat", "async-await", "nightly"] }
|
||||
futures-preview = { version = "0.3.0-alpha.18", features = ["compat", "async-await", "nightly"] }
|
||||
grpcio = { version = "0.5.0-alpha", features = [ "secure", "prost-codec" ], default-features = false }
|
||||
kvproto = { git = "https://github.com/pingcap/kvproto.git", rev = "ec9df5f208a768074c28d04bfb8b90e5321d2f69", features = [ "prost-codec" ], default-features = false }
|
||||
kvproto = { git = "https://github.com/pingcap/kvproto.git", rev = "81e0c4635c2e28462fa0ad82c39f126448976de7", features = [ "prost-codec" ], default-features = false }
|
||||
lazy_static = "1"
|
||||
log = "0.3.9"
|
||||
regex = "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue