We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ba2fa commit ff1cfc2Copy full SHA for ff1cfc2
Cargo.toml
@@ -18,7 +18,7 @@ path-slash = "=0.2.1"
18
pyo3 = { version = "=0.25.1", features = ["abi3-py39", "generate-import-lib"] }
19
pyo3-log = "=0.12.4"
20
rayon = "=1.11.0"
21
-regex = "=1.11.2"
+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" }
0 commit comments