Skip to content

Commit b105cd7

Browse files
committed
fix(deps): update rust crate pyo3 to v0.22.4 [security]
1 parent 458eff9 commit b105cd7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ encoding_rs = "=0.8.34"
1414
ignore = "=0.4.23"
1515
log = "=0.4.22"
1616
path-slash = "=0.2.1"
17-
pyo3 = { version = "=0.22.3", features = ["abi3-py39", "generate-import-lib"] }
17+
pyo3 = { version = "=0.22.4", features = ["abi3-py39", "generate-import-lib"] }
1818
pyo3-log = "=0.11.0"
1919
rayon = "=1.10.0"
2020
regex = "=1.11.0"

0 commit comments

Comments
 (0)