Skip to content

Commit

Permalink
build(deps): bump polars from 0.37.0 to 0.39.2
Browse files Browse the repository at this point in the history
Bumps [polars](https://github.com/pola-rs/polars) from 0.37.0 to 0.39.2.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@rs-0.37.0...rs-0.39.2)

---
updated-dependencies:
- dependency-name: polars
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent a790800 commit 86dca22
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 33 deletions.
109 changes: 77 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ thiserror.workspace = true
tracing.workspace = true

# File types
polars = { version = "0.38.3", features = ["parquet", "csv", "json"] }
polars = { version = "0.39.2", features = ["parquet", "csv", "json"] }

# Dependencies for the test build and development
[dev-dependencies]
Expand Down

0 comments on commit 86dca22

Please sign in to comment.