From 0da79827c48e2f2a973798208210de4f9d1536c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 14:07:39 +0000 Subject: [PATCH] Update cranelift requirement from 0.81.1 to 0.82.3 Updates the requirements on [cranelift](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 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- datafusion-jit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion-jit/Cargo.toml b/datafusion-jit/Cargo.toml index 191bf4234a35..01d2de81074e 100644 --- a/datafusion-jit/Cargo.toml +++ b/datafusion-jit/Cargo.toml @@ -37,7 +37,7 @@ jit = [] [dependencies] datafusion-common = { path = "../datafusion-common", version = "7.0.0", features = ["jit"] } -cranelift = "0.81.1" +cranelift = "0.82.3" cranelift-module = "0.81.1" cranelift-jit = "0.81.1" cranelift-native = "0.81.1"