From cd2b7c13150436adf16cf2cd87ed4e8bc1aa3382 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 19:05:50 +0000 Subject: [PATCH] fix(deps): update arrow-rs to v57 --- benchmarks/lance-bench/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/lance-bench/Cargo.toml b/benchmarks/lance-bench/Cargo.toml index bd55bb1d761..2acf162be8e 100644 --- a/benchmarks/lance-bench/Cargo.toml +++ b/benchmarks/lance-bench/Cargo.toml @@ -19,11 +19,11 @@ lance = { version = "0.39.0" } lance-encoding = { version = "0.39.0" } anyhow = { workspace = true } -arrow-cast = { version = "56" } +arrow-cast = { version = "57" } async-trait = { workspace = true } clap = { workspace = true, features = ["derive"] } futures = { workspace = true } -parquet = { version = "56" } +parquet = { version = "57" } tempfile = { workspace = true } tokio = { workspace = true, features = ["full"] } tracing = { workspace = true }