Skip to content

Commit 4ed9cb4

Browse files
Update tonic-build requirement from =0.10.2 to =0.11.0
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>
1 parent b25fe56 commit 4ed9cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-flight/gen/Cargo.toml

+1-1
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.78", default-features = false }
3636
prost-build = { version = "=0.12.3", default-features = false }
37-
tonic-build = { version = "=0.10.2", default-features = false, features = ["transport", "prost"] }
37+
tonic-build = { version = "=0.11.0", default-features = false, features = ["transport", "prost"] }

0 commit comments

Comments
 (0)