From af751eb5ed718dcdb4fab6fe8dce24c3f6fd4197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:26:11 +0000 Subject: [PATCH] Update arrow-schema requirement from 55.1.0 to 56.1.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.1.0) --- updated-dependencies: - dependency-name: arrow-schema 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..27082ea8 100644 --- a/crates/fluss/Cargo.toml +++ b/crates/fluss/Cargo.toml @@ -24,7 +24,7 @@ build = "src/build.rs" [dependencies] arrow = "55.1.0" -arrow-schema = "55.1.0" +arrow-schema = "56.1.0" byteorder = "1.5" futures = "0.3" clap = { workspace = true }