Skip to content

Commit a3bda27

Browse files
authored
Merge pull request #186 from dimastbk/renovate/calamine-0.x
fix(deps): update rust crate calamine to 0.33.0
2 parents 2c0245b + 0327a73 commit a3bda27

File tree

2 files changed

+14
-28
lines changed

2 files changed

+14
-28
lines changed

Cargo.lock

Lines changed: 13 additions & 27 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
@@ -8,7 +8,7 @@ name = "python_calamine"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
calamine = { version = "0.32.0", features = ["chrono"] }
11+
calamine = { version = "0.33.0", features = ["chrono"] }
1212
pyo3 = { version = "0.27.1", features = [
1313
"extension-module",
1414
"chrono",

0 commit comments

Comments
 (0)