This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 873d277af4 Update prost-build requirement from =0.12.1 to =0.12.2 
(#5088)
873d277af4 is described below

commit 873d277af47b18ae162f49931441ec772a34935f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 17 14:18:43 2023 +0000

    Update prost-build requirement from =0.12.1 to =0.12.2 (#5088)
    
    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.1...v0.12.2)
    
    ---
    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>
---
 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 036281528c..e143b44099 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.69", default-features = false }
-prost-build = { version = "=0.12.1", default-features = false }
+prost-build = { version = "=0.12.2", default-features = false }
 tonic-build = { version = "=0.10.2", default-features = false, features = 
["transport", "prost"] }

Reply via email to