From 79d2b4448e26e9b39eb294c8f76ecc7d7b665aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:36:04 +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 2665665..217256a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" [dependencies] lightgbm3 = { git = "https://github.com/milenkovicm/lightgbm3-rs.git", rev = "072af40c4d59e9675b09f127a1bc4c7f09753fbe" } 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"}