This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 642e5a4575 Update substrait requirement from 0.14.0 to 0.15.0 (#7719)
642e5a4575 is described below
commit 642e5a45752bb7889504a9fe39b461398901fb84
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 2 12:19:24 2023 -0400
Update substrait requirement from 0.14.0 to 0.15.0 (#7719)
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](https://github.com/substrait-io/substrait-rs/compare/v0.14.0...v0.15.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>
---
datafusion/substrait/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml
index 2f7816c648..a9e2209404 100644
--- a/datafusion/substrait/Cargo.toml
+++ b/datafusion/substrait/Cargo.toml
@@ -35,7 +35,7 @@ itertools = "0.11"
object_store = "0.7.0"
prost = "0.11"
prost-types = "0.11"
-substrait = "0.14.0"
+substrait = "0.15.0"
tokio = "1.17"
[features]