From b1b802ec4efe238afd6294bb06845e45a65d8d70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:29:02 +0000 Subject: [PATCH] chore(deps): update rust crate arrow to v52 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 96d77af..6bac03c 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.12", optional = true } -arrow = { version = "51", features = ["ipc"], optional = true } +arrow = { version = "52", 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.12", features = ["prost-derive"] } -arrow = { version = "51", features = ["ipc"] } +arrow = { version = "52", features = ["ipc"] } [[example]] name = "json-example"