From 276cfbb63a3e099fa625608fb82d18809850ed94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:44:08 +0000 Subject: [PATCH] Update arrow-array requirement from 52.2.0 to 53.0.0 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.2.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 877cead93673..b2c1709c399b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ ahash = { version = "0.8", default-features = false, features = [ arrow = { version = "52.2.0", features = [ "prettyprint", ] } -arrow-array = { version = "52.2.0", default-features = false, features = [ +arrow-array = { version = "53.0.0", default-features = false, features = [ "chrono-tz", ] } arrow-buffer = { version = "52.2.0", default-features = false }