From cbd271b45a457dc549fba156996c6404238b8011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:56:45 +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 43.0.0 - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/datafusion/compare/42.0.0...43.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 f1ccb6b..70a3379 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [dependencies] tokio = { version = "^1.36", features = ["rt-multi-thread"] } -datafusion = { version = "42.0" } +datafusion = { version = "43.0" } thiserror = { version = "2.0" } log = { version = "0.4" } tch = { version = "0.18", features = ["download-libtorch"] }