From 0dd0442297e26c466d7e3de87ebe9c23d3ea80c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 01:41:15 +0000 Subject: [PATCH] fix(deps): update rust crate datafusion to v16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"