From 6fc626879f5d3d71548606356a36526e895db42d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 06:27:15 +0000 Subject: [PATCH] chore(deps): update rust crate fancy-regex to 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c261556..4733e8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ aocf = "0.1.21" bit-vec = "0.8.0" clap = { version = "4.5.53", features = ["derive"] } derive-where = "1.6.0" -fancy-regex = "0.16.2" +fancy-regex = "0.17.0" itertools = "0.14.0" num = "0.4.3" paste = "1.0.15"