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/06/07 13:20:55 UTC

[arrow-datafusion] branch main updated: chore(deps): update substrait requirement from 0.10.0 to 0.11.0 (#6579)

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 919ac96d89 chore(deps): update substrait requirement from 0.10.0 to 0.11.0 (#6579)
919ac96d89 is described below

commit 919ac96d8976d67bef32983cf3c0c444cb395985
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 7 09:20:50 2023 -0400

    chore(deps): update substrait requirement from 0.10.0 to 0.11.0 (#6579)
    
    Updates the requirements on [substrait](https://github.com/substrait-io/substrait-rs) to permit the latest version.
    - [Release notes](https://github.com/substrait-io/substrait-rs/releases)
    - [Changelog](https://github.com/substrait-io/substrait-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/substrait-io/substrait-rs/compare/v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: substrait
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 datafusion/substrait/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml
index 05300f2aaa..bfa9b26407 100644
--- a/datafusion/substrait/Cargo.toml
+++ b/datafusion/substrait/Cargo.toml
@@ -35,7 +35,7 @@ itertools = "0.10.5"
 object_store = "0.6.1"
 prost = "0.11"
 prost-types = "0.11"
-substrait = "0.10.0"
+substrait = "0.11.0"
 tokio = "1.17"
 
 [features]