aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-11-08 11:41:21 -0800
committerHaibo Huang <hhb@google.com>2020-11-08 11:41:21 -0800
commitee7a229247011355da67df293220acc9175448e2 (patch)
tree71b66a4c98a5ac5b2d407b3273ceae8adaf1744e /Cargo.toml.orig
parent8beb80ba905c51753551535c0be0d238654b1fb2 (diff)
downloadgrpcio-ee7a229247011355da67df293220acc9175448e2.tar.gz
Upgrade rust/crates/grpcio to 0.7.0
Test: make Change-Id: I3556271e3c96976ec7299687e60f556449a64f7d
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig9
1 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 7775f30..18457aa 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "grpcio"
-version = "0.6.0"
+version = "0.7.0"
edition = "2018"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
@@ -17,14 +17,14 @@ autoexamples = false
all-features = true
[dependencies]
-grpcio-sys = { path = "grpc-sys", version = "0.6.0" }
+grpcio-sys = { path = "grpc-sys", version = "0.7" }
libc = "0.2"
futures = "0.3"
protobuf = { version = "2.0", optional = true }
prost = { version = "0.6", optional = true }
bytes = { version = "0.5", optional = true }
log = "0.4"
-parking_lot = "0.10"
+parking_lot = "0.11"
[workspace]
members = ["proto", "benchmark", "compiler", "interop", "tests-and-examples"]
@@ -45,5 +45,4 @@ debug = true
travis-ci = { repository = "tikv/grpc-rs" }
[patch.crates-io]
-grpcio-compiler = { path = "compiler", version = "0.6.0", default-features = false }
-protobuf-build = { git = "https://github.com/tikv/protobuf-build.git" }
+grpcio-compiler = { path = "compiler", version = "0.7.0", default-features = false }