Skip to content

Commit

Permalink
Merge pull request #304 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.2 to 0.40.0
  • Loading branch information
ChristopherRabotin authored May 22, 2024
2 parents 5c1e14b + bee8b77 commit 77f1daa
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 @@ -78,7 +78,7 @@ pythonize = { version = "0.21", optional = true }
snafu = { version = "0.8.0", features = ["backtrace"] }

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

Expand Down

0 comments on commit 77f1daa

Please sign in to comment.