Skip to content

Commit

Permalink
Update substrait requirement from 0.15.0 to 0.16.0 (#7783)
Browse files Browse the repository at this point in the history
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](substrait-io/substrait-rs@v0.15.0...v0.16.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>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent d2cc4d2 commit a0c5aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/substrait/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ itertools = "0.11"
object_store = "0.7.0"
prost = "0.11"
prost-types = "0.11"
substrait = "0.15.0"
substrait = "0.16.0"
tokio = "1.17"

[features]
Expand Down

0 comments on commit a0c5aff

Please sign in to comment.