Skip to content

Commit

Permalink
Update substrait requirement from 0.33.3 to 0.34.0 (#10632)
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.33.3...v0.34.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 May 25, 2024
1 parent 0f994af commit db3dde0
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 @@ -39,7 +39,7 @@ itertools = { workspace = true }
object_store = { workspace = true }
prost = "0.12"
prost-types = "0.12"
substrait = "0.33.3"
substrait = "0.34.0"

[dev-dependencies]
tokio = { workspace = true }
Expand Down

0 comments on commit db3dde0

Please sign in to comment.