diff --git a/Cargo.toml b/Cargo.toml index 2667c83..db47cc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ arrow = ["dep:arrow-array", "dep:arrow-schema", "dep:arrow-buffer"] [dependencies] arrow-array = { version = "59", optional = true } arrow-schema = { version = "59", optional = true } -arrow-buffer = { version = "59", optional = true } +arrow-buffer = { version = "60", optional = true } thiserror = "2" # Default features (`rust_backend`, i.e. miniz_oxide) are a pure-safe-Rust # zlib implementation with no C compiler / system zlib requirement, matching