Skip to content

Commit

Permalink
Bump parquet_derive from 53.3.0 to 54.0.0
Browse files Browse the repository at this point in the history
Bumps [parquet_derive](https://github.com/apache/arrow-rs) from 53.3.0 to 54.0.0.
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...54.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 1ce48d7 commit bf8a29e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
27 changes: 23 additions & 4 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
Expand Up @@ -64,7 +64,7 @@ time = { version = "0.3.37", features = ["parsing", "macros"], optional = true }
strum = { version = "0.26.3", features = ["derive"] }
chrono = { version = "0.4.39", optional = true }
parquet = { version = "53.3.0", optional = true }
parquet_derive = { version = "53.3.0", optional = true }
parquet_derive = { version = "54.0.0", optional = true }
self_cell = "1.1.0"

[dev-dependencies]
Expand Down

0 comments on commit bf8a29e

Please sign in to comment.