Skip to content

Commit

Permalink
Merge pull request #28 from asaaki/dependabot/cargo/parquet-53.3.0
Browse files Browse the repository at this point in the history
Bump parquet from 53.2.0 to 53.3.0
  • Loading branch information
asaaki authored Nov 25, 2024
2 parents b59ef62 + 87027e5 commit 010d7bc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 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 @@ -63,7 +63,7 @@ memchr = "2.7.4"
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.2.0", optional = true }
parquet = { version = "53.3.0", optional = true }
parquet_derive = { version = "53.2.0", optional = true }
self_cell = "1.0.4"

Expand Down

0 comments on commit 010d7bc

Please sign in to comment.