From f240faa54efb94e78a423f9504ed2cdfc6cea88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 06:34:34 +0000 Subject: [PATCH] chore(deps): update arrow-array requirement from 56 to 57 Updates the requirements on [arrow-array](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/56.0.0...57.3.0) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 57.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/synapse-infra/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/synapse-infra/Cargo.toml b/crates/synapse-infra/Cargo.toml index 2e002e8..f2117a7 100644 --- a/crates/synapse-infra/Cargo.toml +++ b/crates/synapse-infra/Cargo.toml @@ -30,7 +30,7 @@ surrealdb = { workspace = true } sled = { workspace = true } # Arrow (needed for LanceDB operations) -arrow-array = "56" +arrow-array = "57" arrow-schema = "57" # Futures (for stream operations)