Skip to content

Commit

Permalink
Update tonic-build requirement from =0.10.0 to =0.10.1 (apache#4846)
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.0...v0.10.1)

---
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 Sep 22, 2023
1 parent f9cd26f commit 8465ed4
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.67", default-features = false }
prost-build = { version = "=0.12.1", default-features = false }
tonic-build = { version = "=0.10.0", default-features = false, features = ["transport", "prost"] }
tonic-build = { version = "=0.10.1", default-features = false, features = ["transport", "prost"] }

0 comments on commit 8465ed4

Please sign in to comment.