fix(deps): update rust crate regex to 1.8.4
This commit is contained in:
parent
a55d87bc2c
commit
2d2451df88
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue