Skip to content

Commit

Permalink
Merge pull request #319 from nyx-space/dependabot/cargo/polars-0.41.2
Browse files Browse the repository at this point in the history
Update polars requirement from 0.40.0 to 0.41.2
  • Loading branch information
ChristopherRabotin authored Jun 25, 2024
2 parents 8a5dca8 + b65e2d0 commit 4767edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ snafu = { version = "0.8.3", features = ["backtrace"] }
serde_dhall = "0.12"

[dev-dependencies]
polars = { version = "0.40.0", features = ["parquet"] }
polars = { version = "0.41.2", features = ["parquet"] }
rstest = "0.21.0"
pretty_env_logger = "0.5"

Expand Down

0 comments on commit 4767edb

Please sign in to comment.