From 38f0086b3aec45fc2c22fd8213e0fa4e18c6e030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 22:28:39 +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 45.0.0 - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/datafusion/compare/44.0.0...45.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 208920b..94f855b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ random-string = "1.0" once_cell = "1.20" tokio = { version = "1.41", features = ["rt-multi-thread"] } -datafusion = { version = "44.0", features = ["pyarrow"] } +datafusion = { version = "45.0", features = ["pyarrow"] } async-trait = { version = "0.1" } [dev-dependencies]