Skip to content

Commit 362a476

Browse files
fix(deps): update rust crate arrow-array to v56
1 parent 2d86af2 commit 362a476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spnl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ anyhow = { version = "1.0.98" }
3737
lancedb = { version = "0.21.0", optional = true }
3838
tracing = { version = "0.1.41", optional = true }
3939
arrow-schema = { version = "55.2", optional = true }
40-
arrow-array = { version = "55.2", optional = true }
40+
arrow-array = { version = "56.0", optional = true }
4141
itertools = { version = "0.14.0", optional = true }
4242
pdf-extract = { version = "0.9.0", optional = true }
4343
serde_json = { version = "1.0.140" }

0 commit comments

Comments
 (0)