Skip to content

Commit 12c0d00

Browse files
Update prost-build requirement from =0.12.3 to =0.12.4 (#5604)
* Update prost-build requirement from =0.12.3 to =0.12.4 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](tokio-rs/prost@v0.12.3...v0.12.4) --- updated-dependencies: - dependency-name: prost-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update vendored code --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Raphael Taylor-Davies <[email protected]>
1 parent 0b0d64b commit 12c0d00

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

arrow-flight/gen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ publish = false
3333
# Pin specific version of the tonic-build dependencies to avoid auto-generated
3434
# (and checked in) arrow.flight.protocol.rs from changing
3535
proc-macro2 = { version = "=1.0.79", default-features = false }
36-
prost-build = { version = "=0.12.3", default-features = false }
36+
prost-build = { version = "=0.12.4", default-features = false }
3737
tonic-build = { version = "=0.11.0", default-features = false, features = ["transport", "prost"] }

arrow-flight/src/arrow.flight.protocol.rs

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

arrow-flight/src/sql/arrow.flight.protocol.sql.rs

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)