From 2250645d1ef8bf87e822f83b0fb086c4aa045465 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 00:48:13 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.10.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71d62b29..769d7831 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ path-slash = "0.2.1" pyo3 = { version = "0.22.2", features = ["abi3-py38"] } pyo3-log = "0.11.0" rayon = "1.10.0" -regex = "1.10.5" +regex = "1.10.6" ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" } ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" } ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" }