This is an automated email from the ASF dual-hosted git repository.
yjshen 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 117df4d4f chore: update jit-related dependencies (#2956)
117df4d4f is described below
commit 117df4d4fa2881435a428cff3ab5880c3b8632e1
Author: xudong.w <[email protected]>
AuthorDate: Fri Jul 22 22:38:58 2022 +0800
chore: update jit-related dependencies (#2956)
---
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 28a079ed0..0e1a79445 100644
--- a/datafusion/common/Cargo.toml
+++ b/datafusion/common/Cargo.toml
@@ -40,7 +40,7 @@ pyarrow = ["pyo3"]
[dependencies]
arrow = { version = "18.0.0", features = ["prettyprint"] }
avro-rs = { version = "0.13", features = ["snappy"], optional = true }
-cranelift-module = { version = "0.85.0", optional = true }
+cranelift-module = { version = "0.86.1", optional = true }
object_store = { version = "0.3", optional = true }
ordered-float = "3.0"
parquet = { version = "18.0.0", features = ["arrow"], optional = true }
diff --git a/datafusion/jit/Cargo.toml b/datafusion/jit/Cargo.toml
index 69327e1d1..eb539cbfc 100644
--- a/datafusion/jit/Cargo.toml
+++ b/datafusion/jit/Cargo.toml
@@ -37,10 +37,10 @@ jit = []
[dependencies]
arrow = { version = "18.0.0" }
-cranelift = "0.85.0"
-cranelift-jit = "0.85.0"
-cranelift-module = "0.85.0"
-cranelift-native = "0.85.0"
+cranelift = "0.86.1"
+cranelift-jit = "0.86.1"
+cranelift-module = "0.86.1"
+cranelift-native = "0.86.1"
datafusion-common = { path = "../common", version = "10.0.0", features =
["jit"] }
datafusion-expr = { path = "../expr", version = "10.0.0" }