From 544896d9c758313249c1677aa496ebf31095bdcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 02:42:02 +0000 Subject: [PATCH] chore(deps): update parquet requirement from 52.2 to 53.3 Updates the requirements on [parquet](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/52.2.0...52.2.0) --- updated-dependencies: - dependency-name: parquet 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 6743df5d..f314de83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ mockito = "1.5" object_store = "0.11.0" openssl = { version = "0.10.68", features = ["vendored"] } openssl-src = "=300.4.1" # joinked from https://github.com/iopsystems/rpc-perf/commit/705b290d2105af6f33150da04b217422c6d68701#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542R41 to cross-compile Python -parquet = { version = "52.2", default-features = false } +parquet = { version = "53.3", default-features = false } pgstac = { version = "0.2.2", path = "crates/pgstac" } pyo3 = "0.23.3" pythonize = "0.23.0"