From 3e980151029289c64804da633ea96ab0729e72e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:51:11 +0000 Subject: [PATCH] chore(deps): update arrow-array requirement from 52 to 53 Updates the requirements on [arrow-array](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-array 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..a9d111c29f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ delta_kernel = { version = "0.3.0" } # arrow arrow = { version = "52" } arrow-arith = { version = "52" } -arrow-array = { version = "52", features = ["chrono-tz"] } +arrow-array = { version = "53", features = ["chrono-tz"] } arrow-buffer = { version = "52" } arrow-cast = { version = "52" } arrow-ipc = { version = "52" }