Skip to content

Commit d362371

Browse files
fix(deps): update ruff rust to v0.14.2 (#1308)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 974991e commit d362371

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ pyo3 = { version = "=0.25.1", features = ["abi3-py39", "generate-import-lib"] }
1919
pyo3-log = "=0.12.4"
2020
rayon = "=1.11.0"
2121
regex = "=1.11.3"
22-
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" }
24-
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.12.4" }
25-
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.12.4" }
22+
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.14.2" }
23+
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.14.2" }
24+
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.14.2" }
25+
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.14.2" }
2626
serde_json = "=1.0.145"
2727

2828
[profile.release]

0 commit comments

Comments
 (0)