Skip to content

Commit

Permalink
Update tonic-build requirement from =0.10.2 to =0.11.0
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent 5572398 commit 1d26108
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 1d26108

Please sign in to comment.