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

Commit

Permalink
chore: bump version number and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Feb 24, 2022
1 parent 3909803 commit 908183f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 35 deletions.
53 changes: 22 additions & 31 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json2parquet"
version = "0.2.4"
version = "0.2.5"
authors = ["Dominik Moritz <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2018"
Expand All @@ -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 = "9.0.2"
arrow = "9.0.2"
parquet = "9.1.0"
arrow = "9.1.0"
serde_json = "1.0.79"
clap = { version = "3.1.0", features = ["derive"] }
clap = { version = "3.1.2", features = ["derive"] }

0 comments on commit 908183f

Please sign in to comment.