This is an automated email from the ASF dual-hosted git repository.
viirya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 1a8e6ed95 Fix CI build by upgrading tonic-build to 0.8.4 (#3231)
1a8e6ed95 is described below
commit 1a8e6ed957e483ec27b88fce54a48b8176be3179
Author: Liang-Chi Hsieh <[email protected]>
AuthorDate: Tue Nov 29 12:48:34 2022 -0800
Fix CI build by upgrading tonic-build to 0.8.4 (#3231)
---
arrow-flight/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml
index bf62a0dcd..77881a70f 100644
--- a/arrow-flight/Cargo.toml
+++ b/arrow-flight/Cargo.toml
@@ -51,7 +51,7 @@ flight-sql-experimental = ["prost-types"]
# (and checked in) arrow.flight.protocol.rs from changing
proc-macro2 = { version = "=1.0.47", default-features = false }
prost-build = { version = "=0.11.3", default-features = false }
-tonic-build = { version = "=0.8.3", default-features = false, features =
["transport", "prost"] }
+tonic-build = { version = "=0.8.4", default-features = false, features =
["transport", "prost"] }
[[example]]
name = "flight_sql_server"