From 674974d5e66762fc22995595d2456aaca1f040c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:54:53 +0000 Subject: [PATCH] Update Rust crate regex to 1.10.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c16c15..0e8dab9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ path = "src/main.rs" [dependencies] chrono = "0.4.38" diff = "0.1.13" -regex = "1.10.3" +regex = "1.10.4" same-file = "1.0.6" unicode-width = "0.1.11"