From 0dbaee85f73fa9b1d065d9394d18dac39ae6eab4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:40:25 +0000 Subject: [PATCH] fix(deps): update rust crate deltalake to 0.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6086ce2..f24c8b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ aws-credential-types = "1.2" chrono = "0.4.38" clap = { version = "4.5.4", features = ["derive"] } datafusion = { version = "35", features = ["avro"] } -deltalake = { version = "0.17", default-features = false, features = ["datafusion-ext", "s3", "gcs"] } +deltalake = { version = "0.21", default-features = false, features = ["datafusion-ext", "s3", "gcs"] } futures = "0.3" glob = "0.3" object_store = { version = "0.9", features = ["aws", "gcp"] }