From 54b40a963f4f722b6b99a0c085d9efcd589dab26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:43:35 +0000 Subject: [PATCH] fix(deps): update datafusion ecosystem --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a31a3f6..280f983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,11 +25,11 @@ aws-types = "1.3" aws-credential-types = "1.2" chrono = "0.4.38" clap = { version = "4.5", features = ["derive"] } -datafusion = { version = "50.3", features = ["avro"] } -deltalake = { version = "0.29.4", default-features = false, features = ["datafusion-ext", "s3", "gcs"] } +datafusion = { version = "54.0", features = ["avro"] } +deltalake = { version = "0.32.0", default-features = false, features = ["datafusion-ext", "s3", "gcs"] } futures = "0.3" glob = "0.3" -object_store = { version = "0.12", features = ["aws", "gcp"] } +object_store = { version = "0.14", features = ["aws", "gcp"] } openssl = { version = "0.10", optional = true } regex = "1.10" tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }