Skip to content

Commit 3b7923c

Browse files
Update prost-build requirement from =0.12.4 to =0.12.6 (#5788)
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.12.4...v0.12.6) --- updated-dependencies: - dependency-name: prost-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6b3eaa commit 3b7923c

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
@@ -33,5 +33,5 @@ publish = false
3333
# Pin specific version of the tonic-build dependencies to avoid auto-generated
3434
# (and checked in) arrow.flight.protocol.rs from changing
3535
proc-macro2 = { version = "=1.0.82", default-features = false }
36-
prost-build = { version = "=0.12.4", default-features = false }
36+
prost-build = { version = "=0.12.6", default-features = false }
3737
tonic-build = { version = "=0.11.0", default-features = false, features = ["transport", "prost"] }

0 commit comments

Comments
 (0)