From 323a13813417f5af74f638be45ba663dd492a329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 23:06:30 +0000 Subject: [PATCH] Update cranelift-jit requirement from 0.87.0 to 0.124.0 --- updated-dependencies: - dependency-name: cranelift-jit dependency-version: 0.124.0 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..c4daae0c2e7e 100644 --- a/datafusion/jit/Cargo.toml +++ b/datafusion/jit/Cargo.toml @@ -38,7 +38,7 @@ jit = [] [dependencies] arrow = "23.0.0" cranelift = "0.87.0" -cranelift-jit = "0.87.0" +cranelift-jit = "0.124.0" cranelift-module = "0.87.0" cranelift-native = "0.87.0" datafusion-common = { path = "../common", version = "12.0.0", features = ["jit"] }