Skip to content

Commit

Permalink
Update polars requirement from 0.31.1 to 0.32.1
Browse files Browse the repository at this point in the history
Updates the requirements on [polars](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
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 15, 2023
1 parent 0bd2dc8 commit 76f00db
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 @@ -59,7 +59,7 @@ r2d2 = { version = "0.8.9", optional = true }
calamine = { version = "0.21.0", optional = true }
num = { version = "0.4", optional = true, default-features = false, features = ["std"] }
duckdb-loadable-macros = { version = "0.1.0", path="./duckdb-loadable-macros", optional = true }
polars = { version = "0.31.1", features = ["dtype-full"], optional = true}
polars = { version = "0.32.1", features = ["dtype-full"], optional = true}

[dev-dependencies]
doc-comment = "0.3"
Expand Down

0 comments on commit 76f00db

Please sign in to comment.