Skip to content

Commit

Permalink
chore(deps): bump calamine from 0.24.0 to 0.25.0 in the prod-deps gro…
Browse files Browse the repository at this point in the history
…up (#237)

Bumps the prod-deps group with 1 update: [calamine](https://github.com/tafia/calamine).


Updates `calamine` from 0.24.0 to 0.25.0
- [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md)
- [Commits](tafia/calamine@v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: calamine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent baa71dc commit e665ca2
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 20 deletions.
161 changes: 142 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "fastexcel"
crate-type = ["cdylib"]

[dependencies]
calamine = { version = "0.24.0", features = ["dates"] }
calamine = { version = "0.25.0", features = ["dates"] }
chrono = { version = "0.4.38", default-features = false }
# NOTE: "extension-module" is actually required, see comments on features below
pyo3 = { version = "0.20.3", features = ["abi3-py38"] }
Expand Down

0 comments on commit e665ca2

Please sign in to comment.