From 031f3b85850ca520d7ec3db7a531172780ab845b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 16:35:17 +0000 Subject: [PATCH] chore(deps): bump the geoarrow group across 1 directory 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 59.0.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/58.0.0...59.0.0) Updates `arrow-cast` to 59.0.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/58.0.0...59.0.0) Updates `arrow-json` to 59.0.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/58.0.0...59.0.0) Updates `arrow-schema` to 59.0.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/58.0.0...59.0.0) Updates `parquet` to 59.0.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/58.0.0...59.0.0) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 59.0.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: arrow-cast dependency-version: 59.0.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: arrow-json dependency-version: 59.0.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: arrow-schema dependency-version: 59.0.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: parquet dependency-version: 59.0.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 1c07cbc8..e23ef8c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,10 +33,10 @@ rust-version = "1.88" [workspace.dependencies] anyhow = "1.0" -arrow-array = "58.0.0" -arrow-cast = "58.0.0" -arrow-json = "58.0.0" -arrow-schema = "58.0.0" +arrow-array = "59.0.0" +arrow-cast = "59.0.0" +arrow-json = "59.0.0" +arrow-schema = "59.0.0" assert-json-diff = "2.0" assert_cmd = "2.1" async-recursion = "1.1.1" @@ -73,7 +73,7 @@ log = "0.4.25" mime = "0.3.17" mockito = "1.5" object_store = "0.13.0" -parquet = { version = "58.0.0" } +parquet = { version = "59.0.0" } pgstac = "0.4.9" quote = "1.0" referencing = { version = "0.46.0", features = ["retrieve-async"] }