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