Skip to content

Commit 2375c4f

Browse files
Update prost-build requirement from =0.13.4 to =0.13.5 (#7127)
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) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.4...v0.13.5) --- 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 8f5d7c5 commit 2375c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-flight/gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ publish = false
3232
[dependencies]
3333
# Pin specific version of the tonic-build dependencies to avoid auto-generated
3434
# (and checked in) arrow.flight.protocol.rs from changing
35-
prost-build = { version = "=0.13.4", default-features = false }
35+
prost-build = { version = "=0.13.5", default-features = false }
3636
tonic-build = { version = "=0.12.3", default-features = false, features = ["transport", "prost"] }

0 commit comments

Comments
 (0)