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 3c2d510fc8 chore(deps): update substrait requirement from 0.25.1 to
0.27.0 (#9502)
3c2d510fc8 is described below
commit 3c2d510fc89678e067b15c00a055fef89ff2d8e8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 8 16:14:44 2024 -0500
chore(deps): update substrait requirement from 0.25.1 to 0.27.0 (#9502)
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.25.1...v0.27.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 98a8f7aa3e..7475dfc1e3 100644
--- a/datafusion/substrait/Cargo.toml
+++ b/datafusion/substrait/Cargo.toml
@@ -36,7 +36,7 @@ itertools = { workspace = true }
object_store = { workspace = true }
prost = "0.12"
prost-types = "0.12"
-substrait = "0.25.1"
+substrait = "0.27.0"
[dev-dependencies]
tokio = { workspace = true }