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 }