From 115c87f1797cc474fdffdccd3f4ab3a42083ccf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:45:28 +0000 Subject: [PATCH] chore(deps): update rust crate fancy-regex to 0.19.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 183edf6..1d36493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ aocf = "0.1.21" bit-vec = "0.9.1" clap = { version = "4.6.1", features = ["derive"] } derive-where = "1.6.1" -fancy-regex = "0.18.0" +fancy-regex = "0.19.0" gratte = "2.0.0" itertools = "0.14.0" num = "0.4.3"