From 4935aa0bae334b355fe004043d7d901efa096487 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:51:19 +0000 Subject: [PATCH] Update Rust crate regex from 1.11.2 to 1.12.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e08df8a..b3cfa0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ futures = { version = "=0.3.31", features = ["async-await"] } clap = { version = "4.5.47", features = ["derive", "wrap_help"] } indoc = { version = "2.0.6" } stderrlog = { version = "=0.6.0" } -regex = { version = "1.11.2" } +regex = { version = "1.12.2" }