From ffd7931544f01a4bee42e31793ac9f5ade105f15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 05:02:09 +0000 Subject: [PATCH] Update Rust crate fancy-regex to 0.18.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6cdb5c4..07fd6c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ bench = false [dependencies] anyhow = "1.0.82" chrono = "0.4.38" -fancy-regex = "0.17.0" +fancy-regex = "0.18.0" glob = "0.3.2" indexmap = "2.2.6" nom = "8.0.0"