Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump parquet_derive from 52.2.0 to 53.0.0 #17

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump parquet_derive from 52.2.0 to 53.0.0
Bumps [parquet_derive](https://github.com/apache/arrow-rs) from 52.2.0 to 53.0.0.
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@52.2.0...53.0.0)

---
updated-dependencies:
- dependency-name: parquet_derive
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Sep 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit d1427b2d808a9250d92faa8c1ff6a1560a2019e3
27 changes: 4 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ time = { version = "0.3.36", features = ["parsing", "macros"], optional = true }
strum = { version = "0.26.3", features = ["derive"] }
chrono = { version = "0.4.38", optional = true }
parquet = { version = "53.0.0", optional = true }
parquet_derive = { version = "52.2.0", optional = true }
parquet_derive = { version = "53.0.0", optional = true }
self_cell = "1.0.4"

[dev-dependencies]