From d6488a4c6e15123741748e36077d29f0976db7bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:00:28 +0000 Subject: [PATCH] Update cranelift-module requirement from 0.87.0 to 0.97.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 3337747efe37..4efaaae5d505 100644 --- a/datafusion/common/Cargo.toml +++ b/datafusion/common/Cargo.toml @@ -41,7 +41,7 @@ pyarrow = ["pyo3"] apache-avro = { version = "0.14", features = ["snappy"], optional = true } arrow = { version = "23.0.0", features = ["prettyprint"] } avro-rs = { version = "0.13", features = ["snappy"], optional = true } -cranelift-module = { version = "0.87.0", optional = true } +cranelift-module = { version = "0.97.1", optional = true } object_store = { version = "0.5.0", optional = true } ordered-float = "3.0" parquet = { version = "23.0.0", features = ["arrow"], optional = true } diff --git a/datafusion/jit/Cargo.toml b/datafusion/jit/Cargo.toml index 428027cb4367..2d1081937dc4 100644 --- a/datafusion/jit/Cargo.toml +++ b/datafusion/jit/Cargo.toml @@ -39,7 +39,7 @@ jit = [] arrow = "23.0.0" cranelift = "0.87.0" cranelift-jit = "0.87.0" -cranelift-module = "0.87.0" +cranelift-module = "0.97.1" cranelift-native = "0.87.0" datafusion-common = { path = "../common", version = "12.0.0", features = ["jit"] } datafusion-expr = { path = "../expr", version = "12.0.0" }