Skip to content

Commit

Permalink
fix(deps): 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 Jun 29, 2024
1 parent e0cc8f7 commit 31d0688
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 @@ -14,7 +14,7 @@ encoding_rs = "0.8.34"
ignore = "0.4.22"
log = "0.4.21"
path-slash = "0.2.1"
pyo3 = { version = "0.21.2", features = ["abi3-py38"] }
pyo3 = { version = "0.22.0", features = ["abi3-py38"] }
pyo3-log = "0.10.0"
rayon = "1.10.0"
regex = "1.10.5"
Expand Down

0 comments on commit 31d0688

Please sign in to comment.