Skip to content

Commit

Permalink
Merge pull request #360 from nyx-space/dependabot/cargo/parquet-53.0.0
Browse files Browse the repository at this point in the history
Update parquet requirement from 52.0.0 to 53.0.0
  • Loading branch information
ChristopherRabotin authored Sep 30, 2024
2 parents a1bbfec + c88a7a4 commit 3318455
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 @@ -61,11 +61,11 @@ pyo3-log = { version = "0.10", optional = true }
numpy = { version = "0.21", optional = true }
indicatif = { version = "0.17", features = ["rayon"] }
rstats = "2.0.1"
parquet = { version = "52.0.0", default-features = false, features = [
parquet = { version = "53.0.0", default-features = false, features = [
"arrow",
"zstd",
] }
arrow = "52.0.0"
arrow = "53.0.0"
shadow-rs = { version = "0.35.0", default-features = false }
serde_yaml = "0.9.21"
whoami = "1.3.0"
Expand Down

0 comments on commit 3318455

Please sign in to comment.