Skip to content

Commit 042f4e8

Browse files
fix(deps): update rust crate ruff_python_parser to v0.12.12
1 parent 942d098 commit 042f4e8

File tree

2 files changed

+65
-22
lines changed

2 files changed

+65
-22
lines changed

Cargo.lock

Lines changed: 64 additions & 21 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
@@ -20,7 +20,7 @@ pyo3-log = "=0.12.4"
2020
rayon = "=1.11.0"
2121
regex = "=1.11.3"
2222
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.12.4" }
23-
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.12.4" }
23+
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.12.12" }
2424
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.12.4" }
2525
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.12.4" }
2626
serde_json = "=1.0.145"

0 commit comments

Comments
 (0)