diff --git a/Cargo.lock b/Cargo.lock index d343f4af094..e67663cd516 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -422,7 +422,7 @@ dependencies = [ [[package]] name = "kvproto" version = "0.0.1" -source = "git+https://github.com/pingcap/kvproto.git#7839cb7338370fbe4b496b888872533943d744d1" +source = "git+https://github.com/pingcap/kvproto.git#5d41f201048b3fecbf953f267d64a739398e0b13" dependencies = [ "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "grpcio 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2036c33d683..0a8614d51b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,8 +79,7 @@ signal = "0.4" git = "https://github.com/pingcap/rust-rocksdb.git" [dependencies.kvproto] -git = "https://github.com/huachaohuang/kvproto.git" -branch = "ingest-sst" +git = "https://github.com/pingcap/kvproto.git" [dependencies.tipb] git = "https://github.com/pingcap/tipb.git"