You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/07/18 14:16:15 UTC

[arrow-datafusion] branch master updated: Update prost-build requirement from 0.7 to 0.10 (#2937)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6cb695fc6 Update prost-build requirement from 0.7 to 0.10 (#2937)
6cb695fc6 is described below

commit 6cb695fc62140bf93977f2ef274a5bd83f88672f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 18 10:16:09 2022 -0400

    Update prost-build requirement from 0.7 to 0.10 (#2937)
    
    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.7.0...v0.10.4)
    
    ---
    updated-dependencies:
    - dependency-name: prost-build
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 datafusion/proto/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/proto/Cargo.toml b/datafusion/proto/Cargo.toml
index d3f70b2c0..5c3026374 100644
--- a/datafusion/proto/Cargo.toml
+++ b/datafusion/proto/Cargo.toml
@@ -53,4 +53,4 @@ tokio = "1.18"
 
 [build-dependencies]
 pbjson-build = { version = "0.3", optional = true }
-prost-build = { version = "0.7" }
+prost-build = { version = "0.10" }