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 19, 2024
1 parent 2a6c8e9 commit 0e0b008
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 @@ -10,5 +10,5 @@ name = "mizu"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.21.2", features = ["extension-module"] }
pyo3 = { version = "0.23.0", features = ["extension-module"] }
pulldown-cmark = "0.12.0"

0 comments on commit 0e0b008

Please sign in to comment.