From b4b8ac8a42bbbcbf1bb690bcc04850ef0d31153c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 17:42:41 +0000 Subject: [PATCH] chore(deps): update arrow-buffer requirement from 59 to 60 Updates the requirements on [arrow-buffer](https://github.com/apache/arrow-rs) to permit the latest version. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/59.0.0...60.0.0) --- updated-dependencies: - dependency-name: arrow-buffer dependency-version: 60.0.0 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 2667c83..db47cc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ arrow = ["dep:arrow-array", "dep:arrow-schema", "dep:arrow-buffer"] [dependencies] arrow-array = { version = "59", optional = true } arrow-schema = { version = "59", optional = true } -arrow-buffer = { version = "59", optional = true } +arrow-buffer = { version = "60", optional = true } thiserror = "2" # Default features (`rust_backend`, i.e. miniz_oxide) are a pure-safe-Rust # zlib implementation with no C compiler / system zlib requirement, matching