From 01d0af151b657aa178f31cc1d1fcef8cd329e56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:17:55 +0000 Subject: [PATCH] chore(deps): update arrow-ord requirement from 50.0.0 to 51.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/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/50.0.0...50.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 48e555bd55278..d19b68962f425 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ arrow-array = { version = "50.0.0", default-features = false, features = ["chron arrow-buffer = { version = "50.0.0", default-features = false } arrow-flight = { version = "50.0.0", features = ["flight-sql-experimental"] } arrow-ipc = { version = "50.0.0", default-features = false, features = ["lz4"] } -arrow-ord = { version = "50.0.0", default-features = false } +arrow-ord = { version = "51.0.0", default-features = false } arrow-schema = { version = "50.0.0", default-features = false } arrow-string = { version = "50.0.0", default-features = false } async-trait = "0.1.73"