From 50350557c74fea37b14e26b90e202233a31be0d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:44:16 +0000 Subject: [PATCH] Update arrow-ord requirement from 52.2.0 to 53.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/52.2.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 877cead93673..e63bbe492659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ arrow-flight = { version = "52.2.0", features = [ arrow-ipc = { version = "52.2.0", default-features = false, features = [ "lz4", ] } -arrow-ord = { version = "52.2.0", default-features = false } +arrow-ord = { version = "53.0.0", default-features = false } arrow-schema = { version = "52.2.0", default-features = false } arrow-string = { version = "52.2.0", default-features = false } async-trait = "0.1.73"