Merge pull request #38 from anas-elgarhy/renovate/regex-1.x

fix(deps): update rust crate regex to 1.8.4
This commit is contained in:
mergify[bot] 2023-06-08 08:02:30 +00:00 committed by GitHub
commit 9c69bc2292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1446,9 +1446,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.8.3"
version = "1.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
dependencies = [
"aho-corasick",
"memchr",

View File

@ -37,7 +37,7 @@ id3 = "1.7.0"
lrc = { version = "0.1.7", optional = true }
notify-rust = { version = "4.8.0", features = ["images"] }
image = "0.24.6"
regex = "1.8.3"
regex = "1.8.4"
typed-builder = "0.14.0"
log = { version = "0.4.18", optional = true }
pretty_env_logger = { version = "0.5.0", optional = true }