Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 010d7bc commit 41e1208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.36", features = ["parsing", "macros"], optional = true }
strum = { version = "0.26.3", features = ["derive"] }
chrono = { version = "0.4.38", optional = true }
parquet = { version = "53.3.0", optional = true }
parquet_derive = { version = "53.2.0", optional = true }
parquet_derive = { version = "53.3.0", optional = true }
self_cell = "1.0.4"

[dev-dependencies]
Expand Down

0 comments on commit 41e1208

Please sign in to comment.