Skip to content

Commit

Permalink
Update tonic-build requirement from =0.9.1 to =0.9.2 (#4099)
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.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.9.1...v0.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 18, 2023
1 parent 4ec95c2 commit c20f637
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.56", default-features = false }
prost-build = { version = "=0.11.9", default-features = false }
tonic-build = { version = "=0.9.1", default-features = false, features = ["transport", "prost"] }
tonic-build = { version = "=0.9.2", default-features = false, features = ["transport", "prost"] }

0 comments on commit c20f637

Please sign in to comment.