From 7dbe814e17c00f25d5a0a0d2287b5be16b43d0d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:10:41 +0000 Subject: [PATCH 1/2] 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] --- arrow-flight/gen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-flight/gen/Cargo.toml b/arrow-flight/gen/Cargo.toml index 74e636426a75..fcf81a845d73 100644 --- a/arrow-flight/gen/Cargo.toml +++ b/arrow-flight/gen/Cargo.toml @@ -33,5 +33,5 @@ publish = false # Pin specific version of the tonic-build dependencies to avoid auto-generated # (and checked in) arrow.flight.protocol.rs from changing proc-macro2 = { version = "=1.0.79", default-features = false } -prost-build = { version = "=0.12.3", default-features = false } +prost-build = { version = "=0.12.4", default-features = false } tonic-build = { version = "=0.11.0", default-features = false, features = ["transport", "prost"] } From eaec7c06db3fa1a6cd32cdae3db6497f55ed39b3 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Tue, 9 Apr 2024 11:38:21 +0100 Subject: [PATCH 2/2] Update vendored code --- arrow-flight/src/arrow.flight.protocol.rs | 1 + arrow-flight/src/sql/arrow.flight.protocol.sql.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/arrow-flight/src/arrow.flight.protocol.rs b/arrow-flight/src/arrow.flight.protocol.rs index 67265e781786..bc314de9d19f 100644 --- a/arrow-flight/src/arrow.flight.protocol.rs +++ b/arrow-flight/src/arrow.flight.protocol.rs @@ -1,5 +1,6 @@ // This file was automatically generated through the build.rs script, and should not be edited. +// This file is @generated by prost-build. /// /// The request that a client provides to a server on handshake. #[allow(clippy::derive_partial_eq_without_eq)] diff --git a/arrow-flight/src/sql/arrow.flight.protocol.sql.rs b/arrow-flight/src/sql/arrow.flight.protocol.sql.rs index 01ea9b61a8f7..c1f0fac0f6ba 100644 --- a/arrow-flight/src/sql/arrow.flight.protocol.sql.rs +++ b/arrow-flight/src/sql/arrow.flight.protocol.sql.rs @@ -1,5 +1,6 @@ // This file was automatically generated through the build.rs script, and should not be edited. +// This file is @generated by prost-build. /// /// Represents a metadata request. Used in the command member of FlightDescriptor /// for the following RPC calls: