From 2da5fb6862a01740cb3106c02d0bc37f370cf449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 19:09:38 +0000 Subject: [PATCH] Update cranelift-native requirement from 0.84.0 to 0.90.1 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 ba45a799e9a92..298277ea76dca 100644 --- a/datafusion/jit/Cargo.toml +++ b/datafusion/jit/Cargo.toml @@ -40,7 +40,7 @@ arrow = { version = "15.0.0" } cranelift = "0.84.0" cranelift-jit = "0.84.0" cranelift-module = "0.84.0" -cranelift-native = "0.84.0" +cranelift-native = "0.90.1" datafusion-common = { path = "../common", version = "8.0.0", features = ["jit"] } datafusion-expr = { path = "../expr", version = "8.0.0" }