Skip to content

Commit becd0c9

Browse files
Update prost-build requirement from =0.13.3 to =0.13.4 (#13698)
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.3...v0.13.4) --- 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 437cbf8 commit becd0c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datafusion/proto-common/gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ workspace = true
3535
[dependencies]
3636
# Pin these dependencies so that the generated output is deterministic
3737
pbjson-build = "=0.7.0"
38-
prost-build = "=0.13.3"
38+
prost-build = "=0.13.4"

datafusion/proto/gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ workspace = true
3535
[dependencies]
3636
# Pin these dependencies so that the generated output is deterministic
3737
pbjson-build = "=0.7.0"
38-
prost-build = "=0.13.3"
38+
prost-build = "=0.13.4"

0 commit comments

Comments
 (0)