This is an automated email from the ASF dual-hosted git repository.
tustvold 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 034c43fdb Update prost-build requirement from =0.11.7 to =0.11.8
(#3767)
034c43fdb is described below
commit 034c43fdb47389ab120c2ab84a6e61d44d0d2788
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 27 14:37:39 2023 +0000
Update prost-build requirement from =0.11.7 to =0.11.8 (#3767)
Updates the requirements on
[prost-build](https://github.com/tokio-rs/prost) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](https://github.com/tokio-rs/prost/commits/v0.11.8)
---
updated-dependencies:
- dependency-name: prost-build
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 0c820ed73..61959143e 100644
--- a/arrow-flight/Cargo.toml
+++ b/arrow-flight/Cargo.toml
@@ -59,7 +59,7 @@ tower = "0.4.13"
# Pin specific version of the tonic-build dependencies to avoid auto-generated
# (and checked in) arrow.flight.protocol.rs from changing
proc-macro2 = { version = "=1.0.51", default-features = false }
-prost-build = { version = "=0.11.7", default-features = false }
+prost-build = { version = "=0.11.8", default-features = false }
tonic-build = { version = "=0.8.4", default-features = false, features =
["transport", "prost"] }
[[example]]