From eccbee2020ba6388a88abce97efc6d76f3c98d04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 11:34:08 +0000 Subject: [PATCH] Update arrow-schema requirement from 55.1.0 to 56.2.0 Updates the requirements on [arrow-schema](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.2.0) --- updated-dependencies: - dependency-name: arrow-schema dependency-version: 56.2.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 ab1efc26..b8a6a916 100644 --- a/crates/fluss/Cargo.toml +++ b/crates/fluss/Cargo.toml @@ -24,7 +24,7 @@ build = "src/build.rs" [dependencies] arrow = { workspace = true } -arrow-schema = "55.1.0" +arrow-schema = "56.2.0" byteorder = "1.5" futures = "0.3" clap = { workspace = true }