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"