From 7d967ad3067b652a8768610ae11ef03ec8b42bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:27:37 +0000 Subject: [PATCH] build(deps): update arrow-row requirement from = 53.3.0 to = 54.0.0 Updates the requirements on [arrow-row](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/53.3.0...53.3.0) --- updated-dependencies: - dependency-name: arrow-row dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 971e9eb6..ac5c8e8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ arrow-cast = { version = "= 53.3.0" } arrow-ipc = { version = "= 53.3.0" } arrow-json = { version = "= 53.3.0" } arrow-ord = { version = "= 53.3.0" } -arrow-row = { version = "= 53.3.0" } +arrow-row = { version = "= 54.0.0" } arrow-schema = { version = "= 53.3.0", features = ["serde"] } arrow-select = { version = "= 53.3.0" } object_store = { version = "= 0.11.1", features = ["aws", "azure", "gcp"] }