Skip to content

Commit

Permalink
Update Rust crate pyo3 to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2023
1 parent 649e5c2 commit de68a44
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 27 deletions.
42 changes: 16 additions & 26 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 @@ -11,7 +11,7 @@ reqwest = { version = "0.11.14", features = ["blocking"] }
ring = "0.16.20"
hex = "0.4.3"
tokio = "1.24.2"
pyo3 = { version = "0.17.3", features = ["extension-module"] }
pyo3 = { version = "0.18.0", features = ["extension-module"] }
pyo3-build-config = "0.18.0"

[workspace.dependencies.openssl]
Expand Down

0 comments on commit de68a44

Please sign in to comment.