From 43ccba862c68556a7ad9444279968ba3b1944c87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:27:08 +0000 Subject: [PATCH] Update arrow-schema requirement from 49.0.0 to 50.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.md) - [Commits](https://github.com/apache/arrow-rs/compare/49.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 cf235e8..e569ce2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ crate-type = ["cdylib"] pyo3 = { version = "0.20.0" } arrow = { version = "49.0.0", features = ["pyarrow" ] } arrow-array = { version = "49.0.0" } -arrow-schema = { version = "49.0.0" } +arrow-schema = { version = "50.0.0" } protobuf = { version = "3.3.0" } [features]