Skip to content

Commit ddba53b

Browse files
Update prost-build requirement from =0.11.5 to =0.11.6 (#3507)
Updates the requirements on [prost-build](https://github.com/tokio-rs/prost) to permit the latest version. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.11.5...v0.11.6) --- updated-dependencies: - dependency-name: prost-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fb337d commit ddba53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-flight/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tower = "0.4.13"
5959
# Pin specific version of the tonic-build dependencies to avoid auto-generated
6060
# (and checked in) arrow.flight.protocol.rs from changing
6161
proc-macro2 = { version = "=1.0.49", default-features = false }
62-
prost-build = { version = "=0.11.5", default-features = false }
62+
prost-build = { version = "=0.11.6", default-features = false }
6363
tonic-build = { version = "=0.8.4", default-features = false, features = ["transport", "prost"] }
6464

6565
[[example]]

0 commit comments

Comments
 (0)