From a3e5c4fcd99049bad021e52604a583eb4e391743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 03:11:06 +0000 Subject: [PATCH] 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 7a09b50..a27974e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ resolver = "2" [workspace.dependencies] -arrow-array = "52" +arrow-array = "53" arrow-buffer = "52" arrow-schema = "52"