Skip to content

Commit

Permalink
chore(deps): update parquet requirement from 53.1.0 to 54.0.0
Browse files Browse the repository at this point in the history
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](apache/arrow-rs@53.1.0...53.3.0)

---
updated-dependencies:
- dependency-name: parquet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent a67753e commit 40cb46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ log = "0.4.22"
mime = "0.3.17"
mockito = "1.5"
object_store = "0.11.0"
parquet = { version = "53.1.0", default-features = false }
parquet = { version = "54.0.0", default-features = false }
pgstac = { version = "0.2.2", path = "crates/pgstac" }
pyo3 = "0.23.3"
pythonize = "0.23.0"
Expand Down

0 comments on commit 40cb46c

Please sign in to comment.