This is an automated email from the ASF dual-hosted git repository.
xudong963 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 7f5c109fa chore: update cranelift-related dependencies (#3926)
7f5c109fa is described below
commit 7f5c109fa04f7c7a9b305e9240ed8853b2e38ec2
Author: xudong.w <[email protected]>
AuthorDate: Sat Oct 22 15:32:07 2022 +0800
chore: update cranelift-related dependencies (#3926)
---
datafusion/common/Cargo.toml | 2 +-
datafusion/jit/Cargo.toml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml
index c8ed7a034..d69bc197c 100644
--- a/datafusion/common/Cargo.toml
+++ b/datafusion/common/Cargo.toml
@@ -41,7 +41,7 @@ pyarrow = ["pyo3", "arrow/pyarrow"]
[dependencies]
apache-avro = { version = "0.14", default-features = false, features =
["snappy"], optional = true }
arrow = { version = "25.0.0", default-features = false }
-cranelift-module = { version = "0.88.0", optional = true }
+cranelift-module = { version = "0.89.0", optional = true }
object_store = { version = "0.5.0", default-features = false, optional = true }
ordered-float = "3.0"
parquet = { version = "25.0.0", default-features = false, optional = true }
diff --git a/datafusion/jit/Cargo.toml b/datafusion/jit/Cargo.toml
index 1b4dc1059..398c658b4 100644
--- a/datafusion/jit/Cargo.toml
+++ b/datafusion/jit/Cargo.toml
@@ -37,10 +37,10 @@ jit = []
[dependencies]
arrow = { version = "25.0.0", default-features = false }
-cranelift = "0.88.0"
-cranelift-jit = "0.88.0"
-cranelift-module = "0.88.0"
-cranelift-native = "0.88.0"
+cranelift = "0.89.0"
+cranelift-jit = "0.89.0"
+cranelift-module = "0.89.0"
+cranelift-native = "0.89.0"
datafusion-common = { path = "../common", version = "13.0.0", features =
["jit"] }
datafusion-expr = { path = "../expr", version = "13.0.0" }