Skip to content

Commit

Permalink
Update substrait requirement from 0.34.0 to 0.35.0 (apache#11206)
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.34.0...v0.35.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
  • Loading branch information
2 people authored and comphead committed Jul 8, 2024
1 parent abff3aa commit a20c9d3
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 @@ -40,7 +40,7 @@ itertools = { workspace = true }
object_store = { workspace = true }
pbjson-types = "0.6"
prost = "0.12"
substrait = { version = "0.34.0", features = ["serde"] }
substrait = { version = "0.35.0", features = ["serde"] }
url = { workspace = true }

[dev-dependencies]
Expand Down

0 comments on commit a20c9d3

Please sign in to comment.