Skip to content

Commit

Permalink
build(deps): update polars-core requirement from 0.44.2 to 0.45.1
Browse files Browse the repository at this point in the history
Updates the requirements on [polars-core](https://github.com/pola-rs/polars) to permit the latest version.
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](https://github.com/pola-rs/polars/commits)

---
updated-dependencies:
- dependency-name: polars-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 86a6327 commit baeb9e2
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 @@ -33,7 +33,7 @@ mysql = { version = "25.0.1", default-features = false, features = [
"rustls-tls",
] }
# polars = { version = "0.43.1", default-features = false, features = ["json"] }
polars-core = { version = "0.44.2", default-features = false }
polars-core = { version = "0.45.1", default-features = false }
polars-io = { version = "0.44.2", default-features = false, features = [
"json",
"csv",
Expand Down

0 comments on commit baeb9e2

Please sign in to comment.