Skip to content

Commit

Permalink
Merge pull request #375 from nyx-space/dependabot/cargo/polars-0.46.0
Browse files Browse the repository at this point in the history
Update polars requirement from 0.45.1 to 0.46.0
  • Loading branch information
ChristopherRabotin authored Feb 8, 2025
2 parents 10c8a30 + 0624322 commit 2cc2475
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 @@ -51,7 +51,7 @@ iai = "0.1"
pretty_env_logger = { workspace = true }
rstest = { workspace = true }
approx = "0.5.1"
polars = { version = "0.45.1", features = ["lazy", "parquet"] }
polars = { version = "0.46.0", features = ["lazy", "parquet"] }
rayon = "1.7"
serde_yml = "0.0.12"

Expand Down

0 comments on commit 2cc2475

Please sign in to comment.