Skip to content

Commit

Permalink
fix(deps): update rust crate pyo3 to v0.23.2 (#469)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent d536187 commit dd50ed9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pulldown-cmark = { version = "=0.12.2", default-features = false, features = [
"serde",
"simd",
] }
pyo3 = { version = "=0.23.1", features = ["extension-module"] }
pyo3 = { version = "=0.23.2", features = ["extension-module"] }
pythonize = "=0.23.0"

[profile.release]
Expand Down

0 comments on commit dd50ed9

Please sign in to comment.