Skip to content

Commit

Permalink
Merge pull request #29 from asaaki/dependabot/cargo/parquet_derive-53…
Browse files Browse the repository at this point in the history
….3.0

Bump parquet_derive from 53.2.0 to 53.3.0
  • Loading branch information
asaaki authored Nov 27, 2024
2 parents a77258b + 7c0a172 commit b467345
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 b467345

Please sign in to comment.