Skip to content

Commit b2a6329

Browse files
committed
bump arrow
1 parent 64cc561 commit b2a6329

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
@@ -9,7 +9,7 @@ name = "lake2sql"
99
crate-type = ["lib", "cdylib"]
1010

1111
[dependencies]
12-
arrow = { version = "48.0.0", features = ["ipc_compression", "pyarrow"] }
12+
arrow = { version = "51.0.0", features = ["ipc_compression", "pyarrow"] }
1313
futures = "0.3.28"
1414
log = "0.4.19"
1515
pyo3-asyncio = { version = "0.20", features = ["attributes", "tokio-runtime"] }

0 commit comments

Comments
 (0)