From f29b9b4f4351f6e9d1bb41fa2c8ff12fb8a972ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 13:01:07 +0000 Subject: [PATCH] Update cranelift-jit requirement from 0.89.0 to 0.93.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 398c658b4065..34999e8154da 100644 --- a/datafusion/jit/Cargo.toml +++ b/datafusion/jit/Cargo.toml @@ -38,7 +38,7 @@ jit = [] [dependencies] arrow = { version = "25.0.0", default-features = false } cranelift = "0.89.0" -cranelift-jit = "0.89.0" +cranelift-jit = "0.93.0" cranelift-module = "0.89.0" cranelift-native = "0.89.0" datafusion-common = { path = "../common", version = "13.0.0", features = ["jit"] }