Skip to content

Commit

Permalink
fix(deps): update rust crate pyo3 to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent c6e7a81 commit ad2e0d3
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 @@ -15,7 +15,7 @@ crate-type = ["cdylib"]

[dependencies]
calamine = { version = "0.26.1", features = ["dates"] }
pyo3 = { version = "0.22.6", features = [
pyo3 = { version = "0.23.0", features = [
"extension-module",
"chrono",
"generate-import-lib",
Expand Down

0 comments on commit ad2e0d3

Please sign in to comment.