From f986986a54a112da49dd884477b5d52aafef172e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:45:21 +0000 Subject: [PATCH] Update arrow-string requirement from 52.2.0 to 53.0.0 Updates the requirements on [arrow-string](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-string 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..518bacdc368e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ arrow-ipc = { version = "52.2.0", default-features = false, features = [ ] } arrow-ord = { version = "52.2.0", default-features = false } arrow-schema = { version = "52.2.0", default-features = false } -arrow-string = { version = "52.2.0", default-features = false } +arrow-string = { version = "53.0.0", default-features = false } async-trait = "0.1.73" bigdecimal = "=0.4.1" bytes = "1.4"