From 4dfab3da95a285f89a79af56005f86461e1c1309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 03:30:06 +0000 Subject: [PATCH] Update cranelift-module requirement from 0.81.1 to 0.82.0 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 ff4edccbd8800..b20ae7f3578bd 100644 --- a/datafusion-common/Cargo.toml +++ b/datafusion-common/Cargo.toml @@ -44,4 +44,4 @@ avro-rs = { version = "0.13", features = ["snappy"], optional = true } pyo3 = { version = "0.15", optional = true } sqlparser = "0.14" ordered-float = "2.10" -cranelift-module = { version = "0.81.1", optional = true } +cranelift-module = { version = "0.82.0", optional = true } diff --git a/datafusion-jit/Cargo.toml b/datafusion-jit/Cargo.toml index 191bf4234a359..b072749a63b7c 100644 --- a/datafusion-jit/Cargo.toml +++ b/datafusion-jit/Cargo.toml @@ -38,7 +38,7 @@ jit = [] [dependencies] datafusion-common = { path = "../datafusion-common", version = "7.0.0", features = ["jit"] } cranelift = "0.81.1" -cranelift-module = "0.81.1" +cranelift-module = "0.82.0" cranelift-jit = "0.81.1" cranelift-native = "0.81.1" parking_lot = "0.12"