Skip to content

Commit

Permalink
Update Rust crate pyo3 to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 1, 2024
1 parent bf2c349 commit 0abae88
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 @@ -87,7 +87,7 @@ pin-project = "1.1.5"
prost = "0.12.4"
prost-build = "0.12.4"
prost-types = "0.12.4"
pyo3 = { version = "0.21.2", features = ["extension-module", "abi3-py311"] }
pyo3 = { version = "0.22.0", features = ["extension-module", "abi3-py311"] }
pyo3-log = "0.10.0"
rand = "0.8.5"
reqwest = { version = "0.12.0", features = ["blocking"] }
Expand Down

0 comments on commit 0abae88

Please sign in to comment.