Skip to content

Commit a3725c8

Browse files
chore(deps): bump calamine from 0.30.1 to 0.31.0 in the prod-deps group (#401)
* chore(deps): bump calamine from 0.30.1 to 0.31.0 in the prod-deps group Bumps the prod-deps group with 1 update: [calamine](https://github.com/tafia/calamine). Updates `calamine` from 0.30.1 to 0.31.0 - [Release notes](https://github.com/tafia/calamine/releases) - [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md) - [Commits](tafia/calamine@v0.30.1...v0.31.0) --- updated-dependencies: - dependency-name: calamine dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com> * fix: use "chrono" extra over "dates" Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luka Peschke <luka.peschke@toucantoco.com>
1 parent af1f86b commit a3725c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -29,7 +29,7 @@ crate-type = ["cdylib", "rlib"]
2929
arrow-array = { version = "^56.2.0", features = ["ffi"], optional = true }
3030
arrow-pyarrow = { version = "^56.2.0", optional = true }
3131
arrow-schema = { version = "^56.1.0", optional = true }
32-
calamine = { version = "^0.30.1", features = ["dates"] }
32+
calamine = { version = "^0.31.0", features = ["chrono"] }
3333
chrono = { version = "^0.4.42", default-features = false }
3434
log = "^0.4"
3535
polars-core = { version = ">=0.50", default-features = false, features = [

0 commit comments

Comments
 (0)