From 33a7a15e774e81efef1dcdd443e25736941a97be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 11:34:09 +0000 Subject: [PATCH] Update arrow requirement from 55.1.0 to 56.2.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.2.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 56.2.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 54436ac1..55085cb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,5 +34,5 @@ members = ["crates/fluss", "crates/examples", "bindings/python"] fluss = { version = "0.1.0", path = "./crates/fluss" } tokio = { version = "1.44.2", features = ["full"] } clap = { version = "4.5.37", features = ["derive"] } -arrow = "55.1.0" +arrow = "56.2.0" chrono = { version = "0.4", features = ["clock", "std", "wasmbind"] }