Skip to content

Commit a937869

Browse files
Update tonic-build requirement from =0.12.0 to =0.12.2 (#6314)
* Update tonic-build requirement from =0.12.0 to =0.12.2 Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.12.0...v0.12.2) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * regenerate vendored code --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Lamb <[email protected]>
1 parent dc8427f commit a937869

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

arrow-flight/gen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ publish = false
3434
# (and checked in) arrow.flight.protocol.rs from changing
3535
proc-macro2 = { version = "=1.0.86", default-features = false }
3636
prost-build = { version = "=0.13.1", default-features = false }
37-
tonic-build = { version = "=0.12.0", default-features = false, features = ["transport", "prost"] }
37+
tonic-build = { version = "=0.12.2", default-features = false, features = ["transport", "prost"] }

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

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

0 commit comments

Comments
 (0)