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/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new a331b36a24 Update substrait requirement from 0.32.0 to 0.33.3 (#10516)
a331b36a24 is described below
commit a331b36a245c8c31f28b7b08af55cfd01c5d537a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 15 15:24:30 2024 -0400
Update substrait requirement from 0.32.0 to 0.33.3 (#10516)
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.32.0...v0.33.3)
---
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 dce8ce10b5..e4be6e68ff 100644
--- a/datafusion/substrait/Cargo.toml
+++ b/datafusion/substrait/Cargo.toml
@@ -39,7 +39,7 @@ itertools = { workspace = true }
object_store = { workspace = true }
prost = "0.12"
prost-types = "0.12"
-substrait = "0.32.0"
+substrait = "0.33.3"
[dev-dependencies]
tokio = { workspace = true }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]