Skip to content

Commit

Permalink
fix(deps): update rust crate pyo3 to 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 23, 2024
1 parent 6cdba94 commit 0d8f6e0
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.20.0", features = ["extension-module"] }
pyo3 = { version = "0.20.3", features = ["extension-module"] }
pulldown-cmark = "0.9.3"

0 comments on commit 0d8f6e0

Please sign in to comment.