From 8e9f33717c981a771bef21d24adfeebc468ee093 Mon Sep 17 00:00:00 2001 From: Yilin Chen Date: Mon, 12 Aug 2019 11:09:00 +0800 Subject: [PATCH] Upgrade kvproto and futures Signed-off-by: Yilin Chen --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a2de081..7f6af9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"