From 2a4d40c665e9938009327f404fe416b0b6d45ec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 21:41:22 +0000 Subject: [PATCH] Update datafusion-expr requirement from 24.0.0 to 27.0.0 Updates the requirements on [datafusion-expr](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/24.0.0...27.0.0) --- updated-dependencies: - dependency-name: datafusion-expr 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 3a2f428..603cf82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ ballista-executor = { git = "https://github.com/apache/arrow-ballista", rev = "d ballista-scheduler = { git = "https://github.com/apache/arrow-ballista", rev = "d2f33820c108f63cd3a31e425bc15c7e9fec255b" } datafusion = { version = "24.0.0", features = ["pyarrow"] } datafusion-common = "24.0.0" -datafusion-expr = "24.0.0" +datafusion-expr = "27.0.0" env_logger = "0.10.0" futures = "0.3" log = "0.4.17"