Skip to content

Commit fa050c4

Browse files
fix(deps): update rust crate pyo3 to 0.28.0 (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89154bf commit fa050c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[dependencies]
2-
pyo3 = {version = "0.27.1", features = ["extension-module", "abi3-py310", "generate-import-lib"]}
2+
pyo3 = {version = "0.28.0", features = ["extension-module", "abi3-py310", "generate-import-lib"]}
33
unicode-segmentation = "1.12.0"
44
unicode-width = "0.2.2"
55

0 commit comments

Comments
 (0)