From a992d97c02922f93a6b5ef453acad2d9eebfe04a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 13:12:58 +0000 Subject: [PATCH] Update cranelift-native requirement from 0.89.0 to 0.95.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 109a16a8fa4a..4e9d1df39bad 100644 --- a/datafusion/jit/Cargo.toml +++ b/datafusion/jit/Cargo.toml @@ -40,7 +40,7 @@ arrow = { workspace = true, 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.95.1" datafusion-common = { path = "../common", version = "20.0.0", features = ["jit"] } datafusion-expr = { path = "../expr", version = "20.0.0" }