Skip to content

Commit

Permalink
build(deps): update rust crate pyo3 to 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 6c106f1 commit 96ee2f9
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 @@ -23,7 +23,7 @@ include = [

[dependencies]
getrandom = "0.2.15"
pyo3 = { version = "0.23.0", features = ["abi3-py39"] }
pyo3 = { version = "0.23.1", features = ["abi3-py39"] }
rand = "0.8.5"
thiserror = "2.0.3"

Expand Down

0 comments on commit 96ee2f9

Please sign in to comment.