fix(deps): update rust crate regex to 1.7.3

This commit is contained in:
renovate[bot] 2023-03-25 02:27:53 +00:00 committed by GitHub
parent f8eef5a28a
commit ddf1aee5f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }