From 022723d8ce6048a82fc627d4c8d2487f73572a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 03:11:02 +0000 Subject: [PATCH] Update arrow-schema requirement from 52 to 53 Updates the requirements on [arrow-schema](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-schema 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..fdb5071 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ resolver = "2" [workspace.dependencies] arrow-array = "52" arrow-buffer = "52" -arrow-schema = "52" +arrow-schema = "53" [workspace.lints.clippy] dbg_macro = "deny"