Skip to content

Commit

Permalink
Merge pull request #85 from dimastbk/renovate/calamine-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate calamine to 0.26.0
  • Loading branch information
dimastbk authored Oct 8, 2024
2 parents e398e71 + b54090c commit 554a09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "python_calamine"
crate-type = ["cdylib"]

[dependencies]
calamine = { version = "0.25.0", features = ["dates"] }
calamine = { version = "0.26.0", features = ["dates"] }
pyo3 = { version = "0.22.1", features = [
"extension-module",
"chrono",
Expand Down

0 comments on commit 554a09a

Please sign in to comment.