Skip to content

Commit

Permalink
Merge pull request #39 from asaaki/dependabot/cargo/parquet_derive-54…
Browse files Browse the repository at this point in the history
….1.0

Bump parquet_derive from 54.0.0 to 54.1.0
  • Loading branch information
asaaki authored Feb 11, 2025
2 parents 0f0300c + f290dad commit e59c47e
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.37", features = ["parsing", "macros"], optional = true }
strum = { version = "0.27.0", features = ["derive"] }
chrono = { version = "0.4.39", optional = true }
parquet = { version = "54.1.0", optional = true }
parquet_derive = { version = "54.0.0", optional = true }
parquet_derive = { version = "54.1.0", optional = true }
self_cell = "1.1.0"

[dev-dependencies]
Expand Down

0 comments on commit e59c47e

Please sign in to comment.