From eed018fdd824e4dce88422312ef23d7156844a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 04:17:58 +0000 Subject: [PATCH] Update datafusion-cli requirement from 32.0.0 to 33.0.0 Updates the requirements on [datafusion-cli](https://github.com/apache/arrow-datafusion) to permit the latest version. - [Changelog](https://github.com/apache/arrow-datafusion/blob/main/.github_changelog_generator) - [Commits](https://github.com/apache/arrow-datafusion/compare/32.0.0...32.0.0) --- updated-dependencies: - dependency-name: datafusion-cli dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f34fa069..217dc3926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ arrow-schema = { version = "47.0.0", default-features = false } configure_me = { version = "0.4.0" } configure_me_codegen = { version = "0.4.4" } datafusion = "32.0.0" -datafusion-cli = "32.0.0" +datafusion-cli = "33.0.0" datafusion-proto = "32.0.0" object_store = "0.7.0" sqlparser = "0.38.0"