From 357565ba34b98af2f66d6889ebbd0eaaaff8cf80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 14:04:09 +0000 Subject: [PATCH] fix(deps): update rust crate fancy-regex to v0.15.0 (#677) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44fd3f9..12d09a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,11 +469,12 @@ dependencies = [ [[package]] name = "fancy-regex" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298" +checksum = "d6215aee357f8c7c989ebb4b8466ca4d7dc93b3957039f2fc3ea2ade8ea5f279" dependencies = [ "bit-set", + "derivative", "regex-automata", "regex-syntax", ] diff --git a/Cargo.toml b/Cargo.toml index 45f04ff..e61e33c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ crossterm = { version = "=0.28.1", features = [ ], optional = true } derivative = "=2.2.0" dirs = "=6.0.0" -fancy-regex = "=0.14.0" +fancy-regex = "=0.15.0" futures = { version = "=0.3.31", optional = true } maxminddb = { version = "=0.26.0", features = ["mmap"] } ratatui = { version = "=0.29.0", optional = true }