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 2023/11/17 19:03:06 UTC

(arrow-datafusion) branch main updated: Update prost-build requirement from =0.12.1 to =0.12.2 (#8244)

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

alamb 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 49614333e2 Update prost-build requirement from =0.12.1 to =0.12.2 (#8244)
49614333e2 is described below

commit 49614333e29bff2ff6ce296ac0db341f19adb64e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Nov 17 14:03:00 2023 -0500

    Update prost-build requirement from =0.12.1 to =0.12.2 (#8244)
    
    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] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 datafusion/proto/gen/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/proto/gen/Cargo.toml b/datafusion/proto/gen/Cargo.toml
index 37c49666d3..f58357c6c5 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.1"
+prost-build = "=0.12.2"