From 030756eaeac698809d3f748766155731c9744115 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:46:49 +0000 Subject: [PATCH] Update DataFusion Rust crates to 54.1.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c616a5..9469dbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ license = "Apache-2.0" [dependencies] clap = { version = "4.6.1", features = ["derive"] } -datafusion = "54" -datafusion-cli = "54" +datafusion = "54.1.0" +datafusion-cli = "54.1.0" dirs = "6.0.0" env_logger = "0.11.10" mimalloc = "0.1.50"