Skip to content

Commit 9699e1d

Browse files
Update prost-build requirement from =0.11.6 to =0.11.7 (#3753)
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](https://github.com/tokio-rs/prost/commits) --- updated-dependencies: - dependency-name: prost-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>
1 parent 0373a9d commit 9699e1d

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.51", default-features = false }
62-
prost-build = { version = "=0.11.6", default-features = false }
62+
prost-build = { version = "=0.11.7", default-features = false }
6363
tonic-build = { version = "=0.8.4", default-features = false, features = ["transport", "prost"] }
6464

6565
[[example]]

0 commit comments

Comments
 (0)