From 073f103a0a7c777b3baa35e1284d1e71e45d3a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 12:05:12 +0000 Subject: [PATCH] Update cranelift-native requirement from 0.81.1 to 0.93.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 191bf4234a35..abac08c590fb 100644 --- a/datafusion-jit/Cargo.toml +++ b/datafusion-jit/Cargo.toml @@ -40,5 +40,5 @@ datafusion-common = { path = "../datafusion-common", version = "7.0.0", features cranelift = "0.81.1" cranelift-module = "0.81.1" cranelift-jit = "0.81.1" -cranelift-native = "0.81.1" +cranelift-native = "0.93.1" parking_lot = "0.12"