Skip to content

Commit 7272c2c

Browse files
chore(deps): update substrait requirement from 0.7.1 to 0.8.0 (#6105)
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.7.1...v0.8.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 9775305 commit 7272c2c

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
@@ -34,7 +34,7 @@ datafusion = { version = "23.0.0", path = "../core" }
3434
itertools = "0.10.5"
3535
object_store = "0.5.4"
3636
prost = "0.11"
37-
substrait = "0.7.1"
37+
substrait = "0.8.0"
3838
tokio = "1.17"
3939

4040
[features]

0 commit comments

Comments
 (0)