diff --git a/Cargo.toml b/Cargo.toml index 5210536..d36cf8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ aws-sdk-glue = "0.23.0" aws-types = "0.53" chrono = "0.4.23" clap = { version = "4.1.1", features = ["derive"] } -datafusion = { version = "15", features = ["avro"] } +datafusion = { version = "16", features = ["avro"] } deltalake = { git = "https://github.com/timvw/delta-rs", branch = "main", default-features = false, features = ["datafusion-ext", "s3-rustls"] } futures = "0.3" glob = "0.3.1"