Skip to content

Commit

Permalink
Merge pull request #245 from nyx-space/dependabot/cargo/polars-0.40.0
Browse files Browse the repository at this point in the history
Update polars requirement from 0.39.0 to 0.40.0
  • Loading branch information
ChristopherRabotin committed May 22, 2024
2 parents 47c4f21 + 86506b5 commit b4d45b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ parquet = "51.0.0"
arrow = "51.0.0"
criterion = "0.5"
iai = "0.1"
polars = { version = "0.39.0", features = ["lazy", "parquet"] }
polars = { version = "0.40.0", features = ["lazy", "parquet"] }
rayon = "1.7"
serde_yaml = "0.9.30"

Expand Down

0 comments on commit b4d45b3

Please sign in to comment.