Skip to content

Commit

Permalink
Merge pull request #203 from nyx-space/dependabot/cargo/parquet-44.0.0
Browse files Browse the repository at this point in the history
Update parquet requirement from 43.0.0 to 44.0.0
  • Loading branch information
ChristopherRabotin authored Jul 20, 2023
2 parents c89f096 + b1a127e commit eec86a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ numpy = {version = "0.18", optional = true}
indicatif = {version = "0.17", features = ["rayon"]}
rstats = "1.2.50"
thiserror = "1.0"
parquet = {version = "43.0.0", default-features = false, features = ["arrow", "brotli"]}
arrow = "43.0.0"
parquet = {version = "44.0.0", default-features = false, features = ["arrow", "brotli"]}
arrow = "44.0.0"
shadow-rs = {version = "0.23.0", default-features = false}
serde_yaml = "0.9.21"
whoami = "1.3.0"
Expand Down

0 comments on commit eec86a3

Please sign in to comment.