Skip to content

Commit bcd706f

Browse files
fix(deps): update rust crate pyo3 to v0.27.1 (#1281)
* fix(deps): update rust crate pyo3 to v0.27.1 * fix(deps): update rust crate pyo3-log to v0.13.2 * chore: lock dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mathieu Kniewallner <[email protected]>
1 parent b1983cc commit bcd706f

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ encoding_rs = "=0.8.35"
1515
ignore = "=0.4.24"
1616
log = "=0.4.28"
1717
path-slash = "=0.2.1"
18-
pyo3 = { version = "=0.25.1", features = ["abi3-py39", "generate-import-lib"] }
19-
pyo3-log = "=0.12.4"
18+
pyo3 = { version = "=0.27.1", features = ["abi3-py39", "generate-import-lib"] }
19+
pyo3-log = "=0.13.2"
2020
rayon = "=1.11.0"
2121
regex = "=1.11.3"
2222
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.14.2" }

0 commit comments

Comments
 (0)