From f46d86ccce3ff62ca41e8c09aa19df0631bb5f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 19:10:59 +0000 Subject: [PATCH] chore(deps): Bump arrow-ord from 53.3.0 to 53.4.0 Bumps [arrow-ord](https://github.com/apache/arrow-rs) from 53.3.0 to 53.4.0. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/53.3.0...53.4.0) --- updated-dependencies: - dependency-name: arrow-ord dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ffa855c408..a335d997cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,9 +356,9 @@ dependencies = [ [[package]] name = "arrow-ord" -version = "53.3.0" +version = "53.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ece7b5bc1180e6d82d1a60e1688c199829e8842e38497563c3ab6ea813e527fd" +checksum = "c6f202a879d287099139ff0d121e7f55ae5e0efe634b8cf2106ebc27a8715dee" dependencies = [ "arrow-array", "arrow-buffer", diff --git a/Cargo.toml b/Cargo.toml index 4e82cda163..b2438f49ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ array-init = "2" arrow-arith = { version = "53.3.0" } arrow-array = { version = "53.4.0" } arrow-cast = { version = "53.3.0" } -arrow-ord = { version = "53.3.0" } +arrow-ord = { version = "53.4.0" } arrow-schema = { version = "53.4.0" } arrow-select = { version = "53.4.0" } arrow-string = { version = "53.3.0" }