Skip to content

Commit

Permalink
Update substrait requirement from 0.14.0 to 0.15.0
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.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: substrait
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 2, 2023
1 parent f959127 commit f6094b7
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.14.0"
substrait = "0.15.0"
tokio = "1.17"

[features]
Expand Down

0 comments on commit f6094b7

Please sign in to comment.