From a92a7160718aabc098383bf80214199a8f4ce702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:19:16 +0000 Subject: [PATCH] deps: update arrow requirement from 52.2 to 53.3 Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/52.2.0...53.3.0) --- 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 2bb1da8..f20a7bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -146,7 +146,7 @@ bstr = "1.10.0" lazy_static = "1.5.0" tempfile = "3.13" parquet = "52.2.0" -arrow = "52.2" +arrow = "53.3" candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.8.0" } colored = "2" textwrap = "0.16"