From 8a28946105b10959f228b818bb4c38d9f566ad4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 01:27:30 +0000 Subject: [PATCH] Update datafusion requirement in the datafusion-dependencies group Updates the requirements on [datafusion](https://github.com/apache/datafusion) to permit the latest version. Updates `datafusion` to 38.0.0 - [Changelog](https://github.com/apache/datafusion/blob/main/.github_changelog_generator) - [Commits](https://github.com/apache/datafusion/compare/37.0.0...38.0.0) --- updated-dependencies: - dependency-name: datafusion dependency-type: direct:production dependency-group: datafusion-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c898b05..cc73c7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [dependencies] tokio = { version = "^1.36", features = ["rt-multi-thread"]} -datafusion = { version = "37.0" } +datafusion = { version = "38.0" } # datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev="799be5e76bd631608b2357dbbe600afc2cebc359" } thiserror = { version = "1.0"} log = { version = "0.4" }