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"] }