From 26b35485761d33c84e6f0054b923b1388d3afefe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:51:32 +0000 Subject: [PATCH] chore(deps): update arrow requirement from 52 to 53 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-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/52.0.0...52.2.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 74a4c73597..555dd02e16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ delta_kernel = { version = "0.3.0" } # delta_kernel = { path = "../delta-kernel-rs/kernel", version = "0.3.0" } # arrow -arrow = { version = "52" } +arrow = { version = "53" } arrow-arith = { version = "52" } arrow-array = { version = "52", features = ["chrono-tz"] } arrow-buffer = { version = "52" }