From e95cb35e98e8f6e27451b450d12d9b54e30fd491 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 15:58:48 +0000 Subject: [PATCH] fix(deps): update rust crate arrow to v58 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ab798c..5e774fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ reqwest = { version = "0.12", features = ["json", "multipart", "stream"] } futures-util = "0.3" serde = { version = "1", features = ["derive"] } serde_json = "1" -arrow = "53" +arrow = "58" uuid = { version = "1", features = ["v4"] } thiserror = "2" clap = { version = "4", features = ["derive", "env"] }