Skip to content

Commit

Permalink
Merge pull request #11 from messense/dependabot/cargo/python/pyo3-0.19.0
Browse files Browse the repository at this point in the history
Update pyo3 requirement from 0.18.0 to 0.19.0 in /python
  • Loading branch information
messense committed Jun 9, 2023
2 parents 6243888 + 28d7d17 commit 4a6fba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ crate-type = ["cdylib"]

[dependencies]
fat-macho-rs = { package = "fat-macho", version = "0.4.3" }
pyo3 = { version = "0.18.0", features = ["abi3-py37", "extension-module"] }
pyo3 = { version = "0.19.0", features = ["abi3-py37", "extension-module"] }

0 comments on commit 4a6fba1

Please sign in to comment.