summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 27c58a8f..4b4e16ac 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "grpcio-sys"
-version = "0.8.1"
+version = "0.9.0+1.38.0"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
keywords = ["grpc", "bindings"]
@@ -50,7 +50,7 @@ exclude = [
[dependencies]
libc = "0.2"
openssl-sys = { version = "0.9", optional = true, features = ["vendored"] }
-libz-sys = { version = "1.0.25", features = ["static"] }
+libz-sys = { version = "1.1.3", default-features = false, features = ["libc", "static"] }
[features]
default = ["use-bindgen"]
@@ -70,4 +70,4 @@ pkg-config = "0.3"
walkdir = "2.2.9"
# Because of rust-lang/cargo#5237, bindgen should not be upgraded util a minor or major release.
bindgen = { version = "0.57.0", default-features = false, optional = true, features = ["runtime"] }
-boringssl-src = "0.2.0"
+boringssl-src = "0.3.0"