Skip to content

Commit 07c08a3

Browse files
Update substrait requirement from 0.18.0 to 0.19.0 (#8076)
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.18.0...v0.19.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>
1 parent 223a7fb commit 07c08a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/substrait/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ itertools = { workspace = true }
3535
object_store = { workspace = true }
3636
prost = "0.12"
3737
prost-types = "0.12"
38-
substrait = "0.18.0"
38+
substrait = "0.19.0"
3939
tokio = "1.17"
4040

4141
[features]

0 commit comments

Comments
 (0)