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/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 7d3e6c7e29 chore(deps): update substrait requirement from 0.31.0 to 
0.32.0 (#10279)
7d3e6c7e29 is described below

commit 7d3e6c7e29a7426fa99c5765e6ad86e5bc4de7e6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 29 14:58:52 2024 -0400

    chore(deps): update substrait requirement from 0.31.0 to 0.32.0 (#10279)
    
    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.31.0...v0.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: substrait
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@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 a947ac2c51..dce8ce10b5 100644
--- a/datafusion/substrait/Cargo.toml
+++ b/datafusion/substrait/Cargo.toml
@@ -39,7 +39,7 @@ itertools = { workspace = true }
 object_store = { workspace = true }
 prost = "0.12"
 prost-types = "0.12"
-substrait = "0.31.0"
+substrait = "0.32.0"
 
 [dev-dependencies]
 tokio = { workspace = true }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to