From c56b213506762ee90e366c01f8c10b57f127c033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:27:08 +0000 Subject: [PATCH] build(deps): update arrow-ord requirement from = 53.3.0 to = 54.0.0 Updates the requirements on [arrow-ord](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-ord 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 976efead..bfae9f7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ arrow-buffer = { version = "= 53.3.0" } 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-ord = { version = "= 54.0.0" } arrow-row = { version = "= 53.3.0" } arrow-schema = { version = "= 53.3.0", features = ["serde"] } arrow-select = { version = "= 53.3.0" }