From 8f06ff359ee2022717ccd36584a401f5f2b1dabc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:20:29 +0000 Subject: [PATCH] chore(deps): update rust crate arrow to v53 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6751d8a..df09e82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tokio-util = { version = "0.7" } futures = "0.3" csv = { version = "1.3", optional = true } prost = { version= "0.13", optional = true } -arrow = { version = "52", features = ["ipc"], optional = true } +arrow = { version = "53", features = ["ipc"], optional = true } [features] default = [] @@ -54,7 +54,7 @@ tower-layer = "0.3" tower-service = "0.3" tokio = { version = "1", features = ["full"] } prost = { version= "0.13", features = ["prost-derive"] } -arrow = { version = "52", features = ["ipc"] } +arrow = { version = "53", features = ["ipc"] } tracing = "0.1" tracing-subscriber = { version = "0.3"} cargo-husky = { version = "1.5", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }