Skip to content

Commit f41c258

Browse files
Update tonic-build requirement from =0.12.2 to =0.12.3 (#6473)
* Update tonic-build requirement from =0.12.2 to =0.12.3 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.2...v0.12.3) --- 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 8e0aaad commit f41c258

File tree

2 files changed

+38
-34
lines changed

2 files changed

+38
-34
lines changed

arrow-flight/gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.3", default-features = false }
37-
tonic-build = { version = "=0.12.2", default-features = false, features = ["transport", "prost"] }
37+
tonic-build = { version = "=0.12.3", default-features = false, features = ["transport", "prost"] }

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

Lines changed: 37 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)