From de61ccf0fd6cc211b7131ef40f0e7173abef3e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 19:09:10 +0000 Subject: [PATCH] chore(deps): bump the geoarrow group with 5 updates Updates the requirements on [arrow-array](https://github.com/apache/arrow-rs), [arrow-cast](https://github.com/apache/arrow-rs), [arrow-json](https://github.com/apache/arrow-rs), [arrow-schema](https://github.com/apache/arrow-rs) and [parquet](https://github.com/apache/arrow-rs) to permit the latest version. Updates `arrow-array` to 57.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/56.0.0...57.1.0) Updates `arrow-cast` to 57.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/56.0.0...57.1.0) Updates `arrow-json` to 57.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/56.0.0...57.1.0) Updates `arrow-schema` to 57.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/56.0.0...57.1.0) Updates `parquet` to 57.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/56.0.0...57.1.0) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 57.1.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: arrow-cast dependency-version: 57.1.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: arrow-json dependency-version: 57.1.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: arrow-schema dependency-version: 57.1.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: parquet dependency-version: 57.1.0 dependency-type: direct:production dependency-group: geoarrow ... Signed-off-by: dependabot[bot] --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2692f668..b09e0ad3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,10 +34,10 @@ rust-version = "1.85" [workspace.dependencies] anyhow = "1.0" -arrow-array = "56.0.0" -arrow-cast = "56.0.0" -arrow-json = "56.0.0" -arrow-schema = "56.0.0" +arrow-array = "57.1.0" +arrow-cast = "57.1.0" +arrow-json = "57.1.0" +arrow-schema = "57.1.0" assert-json-diff = "2.0" assert_cmd = "2.0" async-recursion = "1.1.1" @@ -74,7 +74,7 @@ log = "0.4.25" mime = "0.3.17" mockito = "1.5" object_store = "0.12.0" -parquet = { version = "56.0.0" } +parquet = { version = "57.1.0" } quote = "1.0" reqwest = { version = "0.12.8", default-features = false, features = [ "rustls-tls",