Skip to content

Commit

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

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


Updates `calamine` from 0.26.0 to 0.26.1
- [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md)
- [Commits](tafia/calamine@v0.26.0...v0.26.1)

---
updated-dependencies:
- dependency-name: calamine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Oct 11, 2024
1 parent 0332581 commit 4e55199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -24,7 +24,7 @@ name = "fastexcel"
crate-type = ["cdylib"]

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

0 comments on commit 4e55199

Please sign in to comment.