From ede52d4b6395c734e6b76e8cabd150d3d246d52f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 21:03:11 +0000 Subject: [PATCH] fix(deps): update rust crate fancy-regex to 0.19.0 --- Cargo.lock | 4 ++-- ferron-common/Cargo.toml | 2 +- ferron-modules-builtin/Cargo.toml | 2 +- ferron/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aeb0fd605..b9144d358 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1493,9 +1493,9 @@ dependencies = [ [[package]] name = "fancy-regex" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1e1dacd0d2082dfcf1351c4bdd566bbe89a2b263235a2b50058f1e130a47277" +checksum = "476de73bddf2ef8490aa4ee8f1cf40b430bf1d56c48c22080e5186952cd580e6" dependencies = [ "bit-set", "regex-automata", diff --git a/ferron-common/Cargo.toml b/ferron-common/Cargo.toml index 4d247d97f..dcebe3c83 100644 --- a/ferron-common/Cargo.toml +++ b/ferron-common/Cargo.toml @@ -4,7 +4,7 @@ version = "2.8.1" edition = "2021" [dependencies] -fancy-regex = "0.18.0" +fancy-regex = "0.19.0" hyper = { version = "1.9.0", features = ["http1", "http2", "client"] } vibeio-http = { version = "0.3.0", optional = true } cidr = "0.3.1" diff --git a/ferron-modules-builtin/Cargo.toml b/ferron-modules-builtin/Cargo.toml index 35107a77f..6c19312bc 100644 --- a/ferron-modules-builtin/Cargo.toml +++ b/ferron-modules-builtin/Cargo.toml @@ -10,7 +10,7 @@ ferron-common = { workspace = true } # Error Handling & Utilities anyhow = "1.0.98" chrono = "0.4.41" -fancy-regex = "0.18.0" +fancy-regex = "0.19.0" urlencoding = "2.1.3" send_wrapper = { version = "0.6.0", optional = true, features = ["futures"] } diff --git a/ferron/Cargo.toml b/ferron/Cargo.toml index 706bac51e..43189fac5 100644 --- a/ferron/Cargo.toml +++ b/ferron/Cargo.toml @@ -15,7 +15,7 @@ send_wrapper = { version = "0.6.0", optional = true, features = ["futures"] } backtrace = "0.3.76" hashlink = "0.12.0" chrono = "0.4.41" -fancy-regex = "0.18.0" +fancy-regex = "0.19.0" glob = "0.3.2" rand = "0.10.1" urlencoding = "2.1.3"