From ddf1aee5f5853500659046f8328f0c626a753246 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 02:27:53 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.7.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 169bbff..feb1613 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ id3 = "1.6.0" lrc = { version = "0.1.7", optional = true } notify-rust = { version = "4.8.0", features = ["images"] } image = "0.24.5" -regex = "1.7.2" +regex = "1.7.3" typed-builder = "0.14.0" log = { version = "0.4.17", optional = true } pretty_env_logger = { version = "0.4.0", optional = true }