From 6cf4987a3649c7caf404ba75775d638d3a84df2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 12:06:21 +0000 Subject: [PATCH] chore(deps): Update arrow-string requirement from 52 to 53 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.0.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 a38ce8bca4..6656da59aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ arrow-array = { version = "52" } arrow-ord = { version = "52" } arrow-schema = { version = "52" } arrow-select = { version = "52" } -arrow-string = { version = "52" } +arrow-string = { version = "53" } async-stream = "0.3.5" async-trait = "0.1" async-std = "1.12"