From cb300bb1bddb6862a5ed0a75eeed3db0d08a750c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:26:39 +0000 Subject: [PATCH] Update arrow requirement from 55.1.0 to 56.1.0 Updates the requirements on [arrow](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/55.1.0...56.1.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 56.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/fluss/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fluss/Cargo.toml b/crates/fluss/Cargo.toml index cc26014a..21894136 100644 --- a/crates/fluss/Cargo.toml +++ b/crates/fluss/Cargo.toml @@ -23,7 +23,7 @@ name = "fluss" build = "src/build.rs" [dependencies] -arrow = "55.1.0" +arrow = "56.1.0" arrow-schema = "55.1.0" byteorder = "1.5" futures = "0.3"