Skip to content

Commit

Permalink
Update tonic-build requirement from =0.10.2 to =0.11.0 (#5379)
Browse files Browse the repository at this point in the history
Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.10.2...v0.11.0)

---
updated-dependencies:
- dependency-name: tonic-build
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 11, 2024
1 parent 865a9d3 commit 1f8470d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-flight/gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ publish = false
# (and checked in) arrow.flight.protocol.rs from changing
proc-macro2 = { version = "=1.0.78", default-features = false }
prost-build = { version = "=0.12.3", default-features = false }
tonic-build = { version = "=0.10.2", default-features = false, features = ["transport", "prost"] }
tonic-build = { version = "=0.11.0", default-features = false, features = ["transport", "prost"] }

0 comments on commit 1f8470d

Please sign in to comment.