From b3b0808e14513e25a127da023bf295aad7dc58d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 12:53:04 +0000 Subject: [PATCH] chore(deps): Update arrow-ord requirement from 52 to 53 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/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/52.0.0...52.2.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 8d04f67995..842d9ac4dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ apache-avro = "0.17" array-init = "2" arrow-arith = { version = "52" } arrow-array = { version = "52" } -arrow-ord = { version = "52" } +arrow-ord = { version = "53" } arrow-schema = { version = "52" } arrow-select = { version = "52" } arrow-string = { version = "52" }