Skip to content

Commit a0c5aff

Browse files
Update substrait requirement from 0.15.0 to 0.16.0 (#7783)
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>
1 parent d2cc4d2 commit a0c5aff

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 = "0.11"
3535
object_store = "0.7.0"
3636
prost = "0.11"
3737
prost-types = "0.11"
38-
substrait = "0.15.0"
38+
substrait = "0.16.0"
3939
tokio = "1.17"
4040

4141
[features]

0 commit comments

Comments
 (0)