From 710915559133aa92fac26917105b022c9735a30e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:23:17 +0000 Subject: [PATCH] build(deps): update arrow requirement from 46 to 47 Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/commits) --- updated-dependencies: - dependency-name: arrow 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..ada0810 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ crate-type = ["cdylib"] name = "biobear" [dependencies] -arrow = {version = "47", features = ["pyarrow"]} +arrow = {version = "49", features = ["pyarrow"]} datafusion = "32" exon = {version = "0.3.9", features = ["all"]} pyo3 = "0.19"