Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Waylon Jepsen <[email protected]>
Co-authored-by: Colin Roberts <[email protected]>
  • Loading branch information
3 people authored Feb 8, 2024
1 parent 9548f61 commit 4d47bcd
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 47 deletions.
157 changes: 112 additions & 45 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions arbiter-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ futures-util.workspace = true
tracing.workspace = true

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

# Dependencies for the test build and development
[dev-dependencies]
Expand All @@ -59,7 +59,7 @@ test-log = { version = "=0.2.14" }
tracing-test = "0.2.4"
tracing-subscriber = "0.3.18"

polars = "0.36.2"
polars = "0.37.0"
cargo_metadata = "0.18.1"
chrono = "0.4.33"
futures = { version = "=0.3.30" }
Expand Down

0 comments on commit 4d47bcd

Please sign in to comment.