From d8b3f7d1ad59ed50c7545868651b52d89cec63f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:42:22 +0000 Subject: [PATCH] build(deps): update datafusion requirement from 34 to 35 Updates the requirements on [datafusion](https://github.com/apache/arrow-datafusion) to permit the latest version. - [Changelog](https://github.com/apache/arrow-datafusion/blob/main/.github_changelog_generator) - [Commits](https://github.com/apache/arrow-datafusion/compare/34.0.0...35.0.0) --- updated-dependencies: - dependency-name: datafusion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41f4896..3f65b15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "biobear" [dependencies] arrow = {version = "49.0.0", features = ["pyarrow"]} -datafusion = "34" +datafusion = "35" exon = {version = "0.7.1", features = ["all"]} pyo3 = "0.20" thiserror = "1.0"