Skip to content

Commit 67905dd

Browse files
chore(deps): bump polars-core in the prod-deps group (#395)
Bumps the prod-deps group with 1 update: [polars-core](https://github.com/pola-rs/polars). Updates `polars-core` from 0.50.0 to 0.51.0 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@rs-0.50.0...rs-0.51.0) --- updated-dependencies: - dependency-name: polars-core dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e71d7c0 commit 67905dd

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

Cargo.lock

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ arrow-schema = { version = "^56.1.0", optional = true }
3232
calamine = { version = "^0.30.1", features = ["dates"] }
3333
chrono = { version = "^0.4.42", default-features = false }
3434
log = "^0.4.28"
35-
polars-core = { version = "^0.50", default-features = false, features = [
35+
polars-core = { version = ">=0.50", default-features = false, features = [
3636
"dtype-date",
3737
"dtype-datetime",
3838
"dtype-duration",

0 commit comments

Comments
 (0)