diff --git a/native/Cargo.toml b/native/Cargo.toml index bca03e3..a44dc96 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -15,7 +15,7 @@ panic = "unwind" [dependencies] anyhow = "1.0.102" -arrow-array = { version = "58.1.0", features = ["ffi"] } +arrow-array = { version = "59.1.0", features = ["ffi"] } bytes = "1.11.1" datafusion = "53.1.0" datafusion-proto = "53.1.0"