From 1db79330605ae3084b75c0bc3375333f13168628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:03:55 +0000 Subject: [PATCH] Update cranelift-jit requirement from 0.89.0 to 0.92.0 Updates the requirements on [cranelift-jit](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-jit 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 00cd0ced398a..43c008cfa217 100644 --- a/datafusion/jit/Cargo.toml +++ b/datafusion/jit/Cargo.toml @@ -38,7 +38,7 @@ jit = [] [dependencies] arrow = { version = "32.0.0", default-features = false } cranelift = "0.89.0" -cranelift-jit = "0.89.0" +cranelift-jit = "0.92.0" cranelift-module = "0.89.0" cranelift-native = "0.89.0" datafusion-common = { path = "../common", version = "17.0.0", features = ["jit"] }