You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by xu...@apache.org on 2022/06/22 15:25:59 UTC

[arrow-datafusion] branch master updated: minor: update cranelift related dependencies (#2769)

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 3da59e887 minor: update cranelift related dependencies (#2769)
3da59e887 is described below

commit 3da59e8877620a095efae102b0177e7e6a76f65b
Author: xudong.w <wx...@gmail.com>
AuthorDate: Wed Jun 22 23:25:53 2022 +0800

    minor: update cranelift related dependencies (#2769)
---
 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 117653f4c..1589c5481 100644
--- a/datafusion/common/Cargo.toml
+++ b/datafusion/common/Cargo.toml
@@ -40,7 +40,7 @@ pyarrow = ["pyo3"]
 [dependencies]
 arrow = { version = "16.0.0", features = ["prettyprint"] }
 avro-rs = { version = "0.13", features = ["snappy"], optional = true }
-cranelift-module = { version = "0.84.0", optional = true }
+cranelift-module = { version = "0.85.0", optional = true }
 ordered-float = "3.0"
 parquet = { version = "16.0.0", features = ["arrow"], optional = true }
 pyo3 = { version = "0.16", optional = true }
diff --git a/datafusion/jit/Cargo.toml b/datafusion/jit/Cargo.toml
index e1947b155..60c3aa588 100644
--- a/datafusion/jit/Cargo.toml
+++ b/datafusion/jit/Cargo.toml
@@ -37,10 +37,10 @@ jit = []
 
 [dependencies]
 arrow = { version = "16.0.0" }
-cranelift = "0.84.0"
-cranelift-jit = "0.84.0"
-cranelift-module = "0.84.0"
-cranelift-native = "0.84.0"
+cranelift = "0.85.0"
+cranelift-jit = "0.85.0"
+cranelift-module = "0.85.0"
+cranelift-native = "0.85.0"
 datafusion-common = { path = "../common", version = "9.0.0", features = ["jit"] }
 datafusion-expr = { path = "../expr", version = "9.0.0" }