update grpcio to 0.7

Signed-off-by: ekexium <ekexium@gmail.com>
This commit is contained in:
ekexium 2021-01-06 15:32:28 +08:00
parent a8f52b9ba8
commit 684059a341
6 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ async-trait = "0.1"
derive-new = "0.5"
futures = { version = "0.3.5", features = ["async-await", "thread-pool"] }
futures-timer = "3.0"
grpcio = { version = "0.6", features = [ "secure", "prost-codec" ], default-features = false }
grpcio = { version = "0.7", features = [ "secure", "prost-codec" ], default-features = false }
lazy_static = "1"
log = "0.4"
prometheus = { version = "0.8", features = [ "push", "process" ], default-features = false }

View File

@ -6,6 +6,6 @@ edition = "2018"
[dependencies]
derive-new = "0.5.8"
futures = "0.3.5"
grpcio = { version = "0.6", features = [ "secure", "prost-codec" ], default-features = false }
grpcio = { version = "0.7", features = [ "secure", "prost-codec" ], default-features = false }
log = "0.4"
tikv-client-proto = { path = "../tikv-client-proto"}

View File

@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
thiserror = "1"
futures = { version = "0.3.5", features = ["compat", "async-await", "thread-pool"] }
grpcio = { version = "0.6", features = [ "secure", "prost-codec" ], default-features = false }
grpcio = { version = "0.7", features = [ "secure", "prost-codec" ], default-features = false }
lazy_static = "1"
log = "0.4"
regex = "1"

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
async-trait = "0.1"
futures = { version = "0.3.5", features = ["compat", "async-await", "thread-pool"] }
grpcio = { version = "0.6", features = [ "secure", "prost-codec" ], default-features = false }
grpcio = { version = "0.7", features = [ "secure", "prost-codec" ], default-features = false }
log = "0.4"
tikv-client-common = { path = "../tikv-client-common" }
tikv-client-proto = { path = "../tikv-client-proto" }

View File

@ -12,5 +12,5 @@ protobuf = "=2.8.0"
prost = { version = "0.6" }
prost-derive = { version = "0.6" }
futures = "0.3.5"
grpcio = { version = "0.6.0", default-features = false, features = ["secure", "prost-codec"] }
grpcio = { version = "0.7", default-features = false, features = ["secure", "prost-codec"] }
lazy_static = { version = "1.3" }

View File

@ -7,7 +7,7 @@ edition = "2018"
async-trait = "0.1"
derive-new = "0.5"
futures = { version = "0.3.5", features = ["compat", "async-await", "thread-pool"] }
grpcio = { version = "0.6", features = ["secure", "prost-codec"], default-features = false }
grpcio = { version = "0.7", features = ["secure", "prost-codec"], default-features = false }
log = "0.4"
tikv-client-common = { path = "../tikv-client-common" }
tikv-client-proto = { path = "../tikv-client-proto" }