From b244b2ed8b1efddba7d6aecef491fa1cd6291a28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 21:24:09 +0000 Subject: [PATCH] fix(deps): update rust crate regex to v1.13.1 (#1334) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2062de..30168d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1958,9 +1958,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2" +checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 5e6f2d2..80dbfba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ ratatui = { version = "=0.30.2", default-features = false, features = [ "layout-cache", "std", ], optional = true } -regex = "=1.13.0" +regex = "=1.13.1" reqwest = { version = "=0.13.4", features = ["brotli", "gzip", "socks"] } reqwest-middleware = "=0.5.2" rlimit = "=0.11.0"