We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a1b71 commit d483c33Copy full SHA for d483c33
Cargo.toml
@@ -22,7 +22,7 @@ rand = { version = "0.9.0", features = ["small_rng"] }
22
rand_distr = "0.5.0"
23
itertools = "0.14.0"
24
thiserror = "2.0.3"
25
-arrow = { version = "54.2.0", default-features = false, features = ["ffi"] }
+arrow = { version = "55.1.0", default-features = false, features = ["ffi"] }
26
rand_chacha = "0.9.0"
27
anyhow = "1.0.72"
28
faer = { version = "0.22.6", default-features = false, features = [
0 commit comments