change grpcio version

Signed-off-by: Ping Yu <yuping@pingcap.com>
This commit is contained in:
Ping Yu 2022-12-27 14:46:56 +08:00
parent 1e2a243122
commit 675062db0c
6 changed files with 6 additions and 6 deletions

View File

@ -40,7 +40,7 @@ either = "1.6"
fail = "0.4"
futures = { version = "0.3", features = ["async-await", "thread-pool"] }
futures-timer = "3.0"
grpcio = { version = "0.10.4", features = [ "openssl-vendored" ], default-features = false }
grpcio = { version = "0.10", features = [ "openssl-vendored" ], default-features = false }
lazy_static = "1"
log = "0.4"
prometheus = { version = "0.12", features = [ "push", "process" ], default-features = false }

View File

@ -10,6 +10,6 @@ prost-codec = ["grpcio/prost-codec"]
[dependencies]
derive-new = "0.5"
futures = "0.3"
grpcio = { version = "0.10.4", default-features = false }
grpcio = { version = "0.10", default-features = false }
log = "0.4"
tikv-client-proto = { path = "../tikv-client-proto"}

View File

@ -14,7 +14,7 @@ prost-codec = ["grpcio/prost-codec"]
[dependencies]
thiserror = "1"
futures = { version = "0.3", features = ["compat", "async-await", "thread-pool"] }
grpcio = { version = "0.10.4", default-features = false }
grpcio = { version = "0.10", default-features = false }
lazy_static = "1"
log = "0.4"
regex = "1"

View File

@ -14,7 +14,7 @@ prost-codec = ["grpcio/prost-codec"]
[dependencies]
async-trait = "0.1"
futures = { version = "0.3", features = ["compat", "async-await", "thread-pool"] }
grpcio = { version = "0.10.4", default-features = false }
grpcio = { version = "0.10", default-features = false }
log = "0.4"
tikv-client-common = { version = "0.1.0", path = "../tikv-client-common" }
tikv-client-proto = { version = "0.1.0", path = "../tikv-client-proto" }

View File

@ -20,6 +20,6 @@ protobuf = "=2.8.0"
prost = { version = "0.9", optional = true }
prost-derive = { version = "0.9", optional = true }
futures = "0.3"
grpcio = { version = "0.10.4", default-features = false }
grpcio = { version = "0.10", default-features = false }
lazy_static = { version = "1" }
raft-proto = { version = "0.7.0", default-features = false }

View File

@ -15,7 +15,7 @@ prost-codec = ["grpcio/prost-codec"]
async-trait = "0.1"
derive-new = "0.5"
futures = { version = "0.3", features = ["compat", "async-await", "thread-pool"] }
grpcio = { version = "0.10.4", default-features = false }
grpcio = { version = "0.10", default-features = false }
log = "0.4"
tikv-client-common = { version = "0.1.0", path = "../tikv-client-common" }
tikv-client-proto = { version = "0.1.0", path = "../tikv-client-proto" }