Merge pull request #19 from anas-elgarhy/renovate/regex-1.x
fix(deps): update rust crate regex to 1.7.3
This commit is contained in:
commit
857eb527bc
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ id3 = "1.6.0"
|
||||||
lrc = { version = "0.1.7", optional = true }
|
lrc = { version = "0.1.7", optional = true }
|
||||||
notify-rust = { version = "4.8.0", features = ["images"] }
|
notify-rust = { version = "4.8.0", features = ["images"] }
|
||||||
image = "0.24.5"
|
image = "0.24.5"
|
||||||
regex = "1.7.2"
|
regex = "1.7.3"
|
||||||
typed-builder = "0.14.0"
|
typed-builder = "0.14.0"
|
||||||
log = { version = "0.4.17", optional = true }
|
log = { version = "0.4.17", optional = true }
|
||||||
pretty_env_logger = { version = "0.4.0", optional = true }
|
pretty_env_logger = { version = "0.4.0", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue