Skip to content

Commit

Permalink
Merge pull request #212 from nyx-space/dependabot/cargo/parquet-51.0.0
Browse files Browse the repository at this point in the history
Update parquet requirement from 50.0.0 to 51.0.0
  • Loading branch information
ChristopherRabotin committed Mar 24, 2024
2 parents 6d85cb8 + 4e57b55 commit bf26e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ tabled = { workspace = true }

[dev-dependencies]
rust-spice = "0.7.6"
parquet = "50.0.0"
arrow = "50.0.0"
parquet = "51.0.0"
arrow = "51.0.0"
criterion = "0.5"
iai = "0.1"
polars = { version = "0.38.1", features = ["lazy", "parquet"] }
Expand Down

0 comments on commit bf26e15

Please sign in to comment.