Skip to content

Commit

Permalink
Update parquet version in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin authored Aug 5, 2023
1 parent 86184e4 commit 1358c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ numpy = {version = "0.18", optional = true}
indicatif = {version = "0.17", features = ["rayon"]}
rstats = "1.2.50"
thiserror = "1.0"
parquet = {version = "44.0.0", default-features = false, features = ["arrow", "brotli"]}
parquet = {version = "45.0.0", default-features = false, features = ["arrow", "brotli"]}
arrow = "45.0.0"
shadow-rs = {version = "0.23.0", default-features = false}
serde_yaml = "0.9.21"
Expand Down

0 comments on commit 1358c13

Please sign in to comment.