Skip to content

Commit ff1cfc2

Browse files
fix(deps): update rust crate regex to v1.11.3 (#1294)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13ba2fa commit ff1cfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path-slash = "=0.2.1"
1818
pyo3 = { version = "=0.25.1", features = ["abi3-py39", "generate-import-lib"] }
1919
pyo3-log = "=0.12.4"
2020
rayon = "=1.11.0"
21-
regex = "=1.11.2"
21+
regex = "=1.11.3"
2222
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.12.4" }
2323
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.12.4" }
2424
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.12.4" }

0 commit comments

Comments
 (0)