From d1de3b3b181bec163d3ab7f426fb7c3fff7ebfd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 01:09:15 +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 41.0.0 - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/datafusion/compare/40.0.0...41.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 0b04a27..fe78c77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [dependencies] tokio = { version = "^1.36", features = ["rt-multi-thread"]} -datafusion = { version = "40.0" } +datafusion = { version = "41.0" } # datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev="799be5e76bd631608b2357dbbe600afc2cebc359" } thiserror = { version = "1.0"} log = { version = "0.4" }