From 19627a59abea0f9430a7fe9b2d648df85aef8e96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 08:04:14 +0000 Subject: [PATCH] Update cranelift-module requirement from 0.89.0 to 0.93.1 Updates the requirements on [cranelift-module](https://github.com/bytecodealliance/wasmtime) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md) - [Commits](https://github.com/bytecodealliance/wasmtime/commits) --- updated-dependencies: - dependency-name: cranelift-module dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- datafusion/common/Cargo.toml | 2 +- datafusion/jit/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml index d62aa1dd1a08..60fd0ee7828c 100644 --- a/datafusion/common/Cargo.toml +++ b/datafusion/common/Cargo.toml @@ -42,7 +42,7 @@ pyarrow = ["pyo3", "arrow/pyarrow"] apache-avro = { version = "0.14", default-features = false, features = ["snappy"], optional = true } arrow = { version = "26.0.0", default-features = false } chrono = { version = "0.4", default-features = false } -cranelift-module = { version = "0.89.0", optional = true } +cranelift-module = { version = "0.93.1", optional = true } object_store = { version = "0.5.0", default-features = false, optional = true } ordered-float = "3.0" parquet = { version = "26.0.0", default-features = false, optional = true } diff --git a/datafusion/jit/Cargo.toml b/datafusion/jit/Cargo.toml index 31aff38ae8a0..72efed375497 100644 --- a/datafusion/jit/Cargo.toml +++ b/datafusion/jit/Cargo.toml @@ -39,7 +39,7 @@ jit = [] arrow = { version = "26.0.0", default-features = false } cranelift = "0.89.0" cranelift-jit = "0.89.0" -cranelift-module = "0.89.0" +cranelift-module = "0.93.1" cranelift-native = "0.89.0" datafusion-common = { path = "../common", version = "14.0.0", features = ["jit"] } datafusion-expr = { path = "../expr", version = "14.0.0" }