aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-11-23 14:42:57 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-11-23 14:42:57 +0000
commitfc7118641dd538ab56486911dfc392958c4ad18a (patch)
tree71b66a4c98a5ac5b2d407b3273ceae8adaf1744e /Cargo.toml.orig
parent29da4258ca4d24020fac090035c5ca029c4bda5a (diff)
parentee7a229247011355da67df293220acc9175448e2 (diff)
downloadgrpcio-fc7118641dd538ab56486911dfc392958c4ad18a.tar.gz
Upgrade rust/crates/grpcio to 0.7.0 am: ee7a229247
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/grpcio/+/1485656 Change-Id: Idde1ab05a4d6bbf3c40ab114ab8cd55d07f4cc70
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 }