From d834c74566bcbfbb08ff92dcc5ed82b8e55628f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 04:24:48 +0000 Subject: [PATCH] fix(deps): update rust crate deltalake to 0.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6086ce2..9d80dd9 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.20", default-features = false, features = ["datafusion-ext", "s3", "gcs"] } futures = "0.3" glob = "0.3" object_store = { version = "0.9", features = ["aws", "gcp"] }