Skip to content

Commit d483c33

Browse files
committed
chore: bump arrow version
1 parent 45a1b71 commit d483c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rand = { version = "0.9.0", features = ["small_rng"] }
2222
rand_distr = "0.5.0"
2323
itertools = "0.14.0"
2424
thiserror = "2.0.3"
25-
arrow = { version = "54.2.0", default-features = false, features = ["ffi"] }
25+
arrow = { version = "55.1.0", default-features = false, features = ["ffi"] }
2626
rand_chacha = "0.9.0"
2727
anyhow = "1.0.72"
2828
faer = { version = "0.22.6", default-features = false, features = [

0 commit comments

Comments
 (0)