From 3dbb02ccb4f4a5ac4e48ab534e8b31d478a3ea0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:08:42 +0000 Subject: [PATCH] fix(deps): update rust crate datafusion to v37 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fabc8a..9fd49b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ aws-types = "1.1" aws-credential-types = "1.1" chrono = "0.4" clap = { version = "4.5", features = ["derive"] } -datafusion = { version = "35", features = ["avro"] } +datafusion = { version = "37", features = ["avro"] } deltalake = { version = "0.17", default-features = false, features = ["datafusion-ext", "s3", "gcs"] } futures = "0.3" glob = "0.3"