From 21cb24be155ad18a034d9b58b7d463f65f49d2b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 14:05:08 +0000 Subject: [PATCH] chore(deps): update rust crate arrow to v54 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0466e85..b65eefa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = ['.gitignore', '.cargo/config', '.vscode', '.devcontainer', '.github'] [workspace.dependencies] anyhow = "1.0" -arrow = { version = "52", default-features = false } +arrow = { version = "54", default-features = false } time = { version = "0.3", features = [] } document-features = "0.2" erased-serde = "0.4"