We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4fcc7 commit 7cdbcefCopy full SHA for 7cdbcef
1 file changed
benchmarks/lance-bench/Cargo.toml
@@ -19,11 +19,11 @@ lance = { version = "0.39.0" }
19
lance-encoding = { version = "0.39.0" }
20
21
anyhow = { workspace = true }
22
-arrow-cast = { version = "56" }
+arrow-cast = { version = "57" }
23
async-trait = { workspace = true }
24
clap = { workspace = true, features = ["derive"] }
25
futures = { workspace = true }
26
-parquet = { version = "56" }
+parquet = { version = "57" }
27
tempfile = { workspace = true }
28
tokio = { workspace = true, features = ["full"] }
29
tracing = { workspace = true }
0 commit comments