Skip to content

Commit

Permalink
Merge pull request #249 from nyx-space/dependabot/cargo/parquet-49.0.0
Browse files Browse the repository at this point in the history
Update parquet requirement from 48.0.0 to 49.0.0
  • Loading branch information
ChristopherRabotin committed Nov 17, 2023
2 parents 7fedc5a + 1744616 commit c61ddc5
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 @@ -62,11 +62,11 @@ numpy = { version = "0.19", optional = true }
indicatif = { version = "0.17", features = ["rayon"] }
rstats = "2.0.1"
thiserror = "1.0"
parquet = { version = "48.0.0", default-features = false, features = [
parquet = { version = "49.0.0", default-features = false, features = [
"arrow",
"zstd",
] }
arrow = "48.0.0"
arrow = "49.0.0"
shadow-rs = { version = "0.24.0", default-features = false }
serde_yaml = "0.9.21"
whoami = "1.3.0"
Expand Down

0 comments on commit c61ddc5

Please sign in to comment.