From dfab2926509baf9f67cb0a84114eb362287a63ca Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Tue, 31 Mar 2026 16:34:29 +0800 Subject: [PATCH] feat: update arrow to 58 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 337abf5..785f31b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ rust-version = "1.73" all-features = true [dependencies] -arrow = { version = "57.0", features = ["prettyprint", "chrono-tz", "ipc_compression"] } +arrow = { version = "58.0", features = ["prettyprint", "chrono-tz", "ipc_compression"] } bytemuck = { version = "1.22.0", features = ["must_cast"] } bytes = "1.10.1" chrono = { version = "0.4.41", default-features = false, features = ["std"] } @@ -71,8 +71,8 @@ serde_json = { version = "1.0", default-features = false, features = ["std"], op opendal = { version = "0.53", optional = true, default-features = false } [dev-dependencies] -arrow-ipc = { version = "57.0", features = ["lz4"] } -arrow-json = "57.0" +arrow-ipc = { version = "58.0", features = ["lz4"] } +arrow-json = "58.0" criterion = { version = "0.5", default-features = false, features = ["async_tokio"] } opendal = { version = "0.53", default-features = false, features = ["services-memory"] } pretty_assertions = "1.3.0"