Skip to content

Commit 58830f1

Browse files
chore(deps): bump calamine from 0.28.0 to 0.29.0 in the prod-deps group (#356)
Bumps the prod-deps group with 1 update: [calamine](https://github.com/tafia/calamine). Updates `calamine` from 0.28.0 to 0.29.0 - [Release notes](https://github.com/tafia/calamine/releases) - [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md) - [Commits](tafia/calamine@v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: calamine dependency-version: 0.29.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 888a2f4 commit 58830f1

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"]
2929
arrow = { version = "^55.2.0", default-features = false, features = [
3030
"pyarrow",
3131
] }
32-
calamine = { version = "^0.28.0", features = ["dates"] }
32+
calamine = { version = "^0.29.0", features = ["dates"] }
3333
chrono = { version = "^0.4.41", default-features = false }
3434
log = "0.4.27"
3535
pyo3 = { version = "^0.24.2", features = ["abi3-py39"] }

0 commit comments

Comments
 (0)