This is an automated email from the ASF dual-hosted git repository.
mneumann pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 7dc20b81de chore(deps): update prost-build requirement from =0.12.3 to
=0.12.4 (#10045)
7dc20b81de is described below
commit 7dc20b81de8cf50bdb2b90e5f216a6324b79e340
Author: Marco Neumann <[email protected]>
AuthorDate: Thu Apr 11 18:22:01 2024 +0200
chore(deps): update prost-build requirement from =0.12.3 to =0.12.4 (#10045)
* chore(deps): update prost-build requirement from =0.12.3 to =0.12.4
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/compare/v0.12.3...v0.12.4)
---
updated-dependencies:
- dependency-name: prost-build
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* re-gen protobuf code
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
datafusion/proto/gen/Cargo.toml | 2 +-
datafusion/proto/src/generated/prost.rs | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/datafusion/proto/gen/Cargo.toml b/datafusion/proto/gen/Cargo.toml
index e843827a91..01ce92ee9e 100644
--- a/datafusion/proto/gen/Cargo.toml
+++ b/datafusion/proto/gen/Cargo.toml
@@ -32,4 +32,4 @@ publish = false
[dependencies]
# Pin these dependencies so that the generated output is deterministic
pbjson-build = "=0.6.2"
-prost-build = "=0.12.3"
+prost-build = "=0.12.4"
diff --git a/datafusion/proto/src/generated/prost.rs
b/datafusion/proto/src/generated/prost.rs
index 042c794e19..d6a27dbc56 100644
--- a/datafusion/proto/src/generated/prost.rs
+++ b/datafusion/proto/src/generated/prost.rs
@@ -1,3 +1,4 @@
+// This file is @generated by prost-build.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ColumnRelation {