From 7fb9c532175a2a708dc33b099db5f55ba41abd9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:57:53 +0000 Subject: [PATCH] chore(deps): update arrow-schema requirement from 50.0.0 to 51.0.0 Updates the requirements on [arrow-schema](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-schema 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 48e555bd55278..2bc33e0ac903e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ arrow-buffer = { version = "50.0.0", default-features = false } 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-schema = { version = "51.0.0", default-features = false } arrow-string = { version = "50.0.0", default-features = false } async-trait = "0.1.73" bigdecimal = "=0.4.1"