Skip to content

Commit

Permalink
Update Rust crate pyo3 to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2023
1 parent 0d4115c commit 1d7b720
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,7 +10,7 @@ crate-type = ["cdylib"]

[dependencies]
num-bigint = "0.4.3"
pyo3 = { version = "0.16.5", features = ["extension-module", "num-bigint"] }
pyo3 = { version = "0.19.0", features = ["extension-module", "num-bigint"] }
pyo3-file = "0.5.0"
thiserror = "1.0.37"
utf8-chars = "2.0.2"
Expand Down

0 comments on commit 1d7b720

Please sign in to comment.