This is an automated email from the ASF dual-hosted git repository.
comphead pushed a commit to branch branch-53
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/branch-53 by this push:
new c282508c49 chore(deps): pin substrait to `0.62.2` (#20827)
c282508c49 is described below
commit c282508c49091cf7a9a5e42533ced517464d230a
Author: Marko Milenković <[email protected]>
AuthorDate: Mon Mar 9 22:59:19 2026 +0000
chore(deps): pin substrait to `0.62.2` (#20827)
---
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 927c326b88..a49453eb63 100644
--- a/datafusion/substrait/Cargo.toml
+++ b/datafusion/substrait/Cargo.toml
@@ -44,7 +44,7 @@ object_store = { workspace = true }
# We need to match the version in substrait, so we don't use the workspace
version here
pbjson-types = { version = "0.8.0" }
prost = { workspace = true }
-substrait = { version = "0.62", features = ["serde"] }
+substrait = { version = "0.62.2", features = ["serde"] }
url = { workspace = true }
tokio = { workspace = true, features = ["fs"] }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]