From dec940f2a4f2ad0efe9c05cbbcd14d48b89c0c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:50:26 +0000 Subject: [PATCH] chore(deps): 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 74a4c73597..101b80d925 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ delta_kernel = { version = "0.3.0" } arrow = { version = "52" } arrow-arith = { version = "52" } arrow-array = { version = "52", features = ["chrono-tz"] } -arrow-buffer = { version = "52" } +arrow-buffer = { version = "53" } arrow-cast = { version = "52" } arrow-ipc = { version = "52" } arrow-json = { version = "52" }