Skip to content

Commit 44166ec

Browse files
fix(deps): update rust crate pyo3 to v0.28.0
1 parent 3059b33 commit 44166ec

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
@@ -15,7 +15,7 @@ encoding_rs = "=0.8.35"
1515
ignore = "=0.4.25"
1616
log = "=0.4.29"
1717
path-slash = "=0.2.1"
18-
pyo3 = { version = "=0.27.2", features = ["abi3-py310", "generate-import-lib"] }
18+
pyo3 = { version = "=0.28.0", features = ["abi3-py310", "generate-import-lib"] }
1919
pyo3-log = "=0.13.2"
2020
rayon = "=1.11.0"
2121
regex = "=1.12.3"

0 commit comments

Comments
 (0)