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 c4a006e8a chore(dep): bump cranelift to 0.84.0 (#2598)
c4a006e8a is described below

commit c4a006e8a31614c420a40fae4ca23ba7f4f413a0
Author: Ruihang Xia <[email protected]>
AuthorDate: Mon May 23 23:34:50 2022 +0800

    chore(dep): bump cranelift to 0.84.0 (#2598)
    
    Signed-off-by: Ruihang Xia <[email protected]>
---
 datafusion/common/Cargo.toml | 4 ++--
 datafusion/jit/Cargo.toml    | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml
index 6a46a11f6..a8f1032fd 100644
--- a/datafusion/common/Cargo.toml
+++ b/datafusion/common/Cargo.toml
@@ -24,7 +24,7 @@ repository = "https://github.com/apache/arrow-datafusion";
 readme = "README.md"
 authors = ["Apache Arrow <[email protected]>"]
 license = "Apache-2.0"
-keywords = [ "arrow", "query", "sql" ]
+keywords = ["arrow", "query", "sql"]
 edition = "2021"
 rust-version = "1.59"
 
@@ -40,7 +40,7 @@ pyarrow = ["pyo3"]
 [dependencies]
 arrow = { version = "14.0.0", features = ["prettyprint"] }
 avro-rs = { version = "0.13", features = ["snappy"], optional = true }
-cranelift-module = { version = "0.83.0", optional = true }
+cranelift-module = { version = "0.84.0", optional = true }
 ordered-float = "3.0"
 parquet = { version = "14.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 260e78d1b..a8ca329bf 100644
--- a/datafusion/jit/Cargo.toml
+++ b/datafusion/jit/Cargo.toml
@@ -37,10 +37,10 @@ jit = []
 
 [dependencies]
 arrow = { version = "14.0.0" }
-cranelift = "0.83.0"
-cranelift-jit = "0.83.0"
-cranelift-module = "0.83.0"
-cranelift-native = "0.83.0"
+cranelift = "0.84.0"
+cranelift-jit = "0.84.0"
+cranelift-module = "0.84.0"
+cranelift-native = "0.84.0"
 datafusion-common = { path = "../common", version = "8.0.0", features = 
["jit"] }
 datafusion-expr = { path = "../expr", version = "8.0.0" }
 

Reply via email to