From 6eb8d447557786ee14735cd4267872eda2ec3ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:12:31 +0000 Subject: [PATCH] build(deps): update datafusion requirement from 32 to 33 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/32.0.0...33.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 f621bcf..fc52b02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "biobear" [dependencies] arrow = {version = "47", features = ["pyarrow"]} -datafusion = "32" +datafusion = "33" exon = {version = "0.3.9", features = ["all"]} pyo3 = "0.19" thiserror = "1.0"