From 4417e4b03e127da385cea873e486d181a18de6ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 23:06:39 +0000 Subject: [PATCH] Update cranelift-native requirement from 0.87.0 to 0.125.2 --- updated-dependencies: - dependency-name: cranelift-native 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..0cfa436c8355 100644 --- a/datafusion/jit/Cargo.toml +++ b/datafusion/jit/Cargo.toml @@ -40,7 +40,7 @@ arrow = "23.0.0" cranelift = "0.87.0" cranelift-jit = "0.87.0" cranelift-module = "0.87.0" -cranelift-native = "0.87.0" +cranelift-native = "0.125.2" datafusion-common = { path = "../common", version = "12.0.0", features = ["jit"] } datafusion-expr = { path = "../expr", version = "12.0.0" }