From 15b919e3fa6c3afb07ebe53d4b6521ea96f6d727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:17:35 +0000 Subject: [PATCH] chore(deps): update arrow-string requirement from 50.0.0 to 51.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/50.0.0...50.0.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 48e555bd5527..537164d77244 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ 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-schema = { version = "50.0.0", default-features = false } -arrow-string = { version = "50.0.0", default-features = false } +arrow-string = { version = "51.0.0", default-features = false } async-trait = "0.1.73" bigdecimal = "=0.4.1" bytes = "1.4"