From 96d27d1dae5f269046df291041b9ab589534ee30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:36:22 +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 42.0.0 - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/datafusion/compare/41.0.0...42.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 144030c..6ddf798 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [dependencies] tokio = { version = "^1.36", features = ["rt-multi-thread"]} -datafusion = { version = "41.0" } +datafusion = { version = "42.0" } # datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev="799be5e76bd631608b2357dbbe600afc2cebc359" } thiserror = { version = "1.0"} log = { version = "0.4" }