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