diff --git a/Cargo.toml b/Cargo.toml index 773f7b5..aeab8c4 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 = "36", features = ["avro"] } deltalake = { version = "0.17", default-features = false, features = ["datafusion-ext", "s3"] } futures = "0.3" glob = "0.3"