From 141f5231d525cc130cecc02700aaf97bef9cdbbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 21:41:29 +0000 Subject: [PATCH] Update datafusion-common requirement from 24.0.0 to 27.0.0 Updates the requirements on [datafusion-common](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-common 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..0d52815 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ ballista-core = { git = "https://github.com/apache/arrow-ballista", rev = "d2f33 ballista-executor = { git = "https://github.com/apache/arrow-ballista", rev = "d2f33820c108f63cd3a31e425bc15c7e9fec255b" } ballista-scheduler = { git = "https://github.com/apache/arrow-ballista", rev = "d2f33820c108f63cd3a31e425bc15c7e9fec255b" } datafusion = { version = "24.0.0", features = ["pyarrow"] } -datafusion-common = "24.0.0" +datafusion-common = "27.0.0" datafusion-expr = "24.0.0" env_logger = "0.10.0" futures = "0.3"