From 6c7ae83aa077d2dba62548be8edf23a51f675a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 05:24:35 +0000 Subject: [PATCH] Update arrow-string requirement from 52.2.0 to 53.3.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/main/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..ffcff50856ea 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.3.0", default-features = false } async-trait = "0.1.73" bigdecimal = "=0.4.1" bytes = "1.4"