fix(deps): update rust crate regex to 1.5.5

This commit is contained in:
Renovate Bot 2022-03-08 16:09:05 +00:00
parent 8b93a6924a
commit 4653304d13
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
anyhow = "1.0.56"
clipboard = "0.5.0"
dirs = "4.0.0"
regex = "1.5.4"
regex = "1.5.5"
serde = "1.0.136"
serde_derive = "1.0.136"
toml = "0.5.8"