From 4c89b19295bee89ddfac4dc21f0750f53396334d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:02:01 +0000 Subject: [PATCH] chore(deps): update arrow-ord requirement from 51.0.0 to 52.1.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/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/51.0.0...51.0.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 3ca3af284675..2ebb0d8fdb20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ arrow-array = { version = "51.0.0", default-features = false, features = ["chron arrow-buffer = { version = "51.0.0", default-features = false } arrow-flight = { version = "51.0.0", features = ["flight-sql-experimental"] } arrow-ipc = { version = "51.0.0", default-features = false, features = ["lz4"] } -arrow-ord = { version = "51.0.0", default-features = false } +arrow-ord = { version = "52.1.0", default-features = false } arrow-schema = { version = "51.0.0", default-features = false } arrow-string = { version = "51.0.0", default-features = false } async-trait = "0.1.73"