Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
chore(deps): bump parquet and arrow (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 4, 2022
1 parent 5289f1b commit b837330
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 23 deletions.
63 changes: 42 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Convert JSON files to Parquet"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
parquet = "23.0.0"
arrow = "23.0.0"
parquet = "24.0.0"
arrow = "24.0.0"
serde_json = "1.0.85"
clap = { version = "4.0.7", features = ["derive"] }

0 comments on commit b837330

Please sign in to comment.