Skip to content

Commit b5fa8ad

Browse files
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](apache/arrow-rs@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](apache/arrow-rs@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](apache/arrow-rs@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](apache/arrow-rs@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](apache/arrow-rs@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] <support@github.com>
1 parent ae73aeb commit b5fa8ad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ rust-version = "1.85"
3434

3535
[workspace.dependencies]
3636
anyhow = "1.0"
37-
arrow-array = "56.0.0"
38-
arrow-cast = "56.0.0"
39-
arrow-json = "56.0.0"
40-
arrow-schema = "56.0.0"
37+
arrow-array = "57.1.0"
38+
arrow-cast = "57.1.0"
39+
arrow-json = "57.1.0"
40+
arrow-schema = "57.1.0"
4141
assert-json-diff = "2.0"
4242
assert_cmd = "2.0"
4343
async-recursion = "1.1.1"
@@ -74,7 +74,7 @@ log = "0.4.25"
7474
mime = "0.3.17"
7575
mockito = "1.5"
7676
object_store = "0.12.0"
77-
parquet = { version = "56.0.0" }
77+
parquet = { version = "57.1.0" }
7878
quote = "1.0"
7979
reqwest = { version = "0.12.8", default-features = false, features = [
8080
"rustls-tls",

0 commit comments

Comments
 (0)