Skip to content

Commit 74bcafe

Browse files
chore(deps): bump the prod-deps group with 2 updates (#384)
Bumps the prod-deps group with 2 updates: [calamine](https://github.com/tafia/calamine) and [chrono](https://github.com/chronotope/chrono). Updates `calamine` from 0.30.0 to 0.30.1 - [Release notes](https://github.com/tafia/calamine/releases) - [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md) - [Commits](tafia/calamine@v0.30.0...v0.30.1) Updates `chrono` from 0.4.41 to 0.4.42 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.41...v0.4.42) --- updated-dependencies: - dependency-name: calamine dependency-version: 0.30.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: chrono dependency-version: 0.4.42 dependency-type: direct:production update-type: version-update:semver-patch 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 2d6828d commit 74bcafe

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ crate-type = ["cdylib", "rlib"]
2929
arrow-array = { version = "^56.1.0", features = ["ffi"], optional = true }
3030
arrow-pyarrow = { version = "^56.1.0", optional = true }
3131
arrow-schema = { version = "^56.1.0", optional = true }
32-
calamine = { version = "^0.30.0", features = ["dates"] }
33-
chrono = { version = "^0.4.41", default-features = false }
32+
calamine = { version = "^0.30.1", features = ["dates"] }
33+
chrono = { version = "^0.4.42", default-features = false }
3434
log = "^0.4.28"
3535
polars-core = { version = "^0.50", default-features = false, features = [
3636
"dtype-date",

0 commit comments

Comments
 (0)