From 77b8bec007cc66d63852a49a6d524664ef275a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 23:06:22 +0000 Subject: [PATCH] Update cranelift requirement from 0.87.0 to 0.125.2 --- updated-dependencies: - dependency-name: cranelift dependency-version: 0.125.2 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 428027cb4367..fb85f1469919 100644 --- a/datafusion/jit/Cargo.toml +++ b/datafusion/jit/Cargo.toml @@ -37,7 +37,7 @@ jit = [] [dependencies] arrow = "23.0.0" -cranelift = "0.87.0" +cranelift = "0.125.2" cranelift-jit = "0.87.0" cranelift-module = "0.87.0" cranelift-native = "0.87.0"