build(deps): bump regex from 1.4.1 to 1.4.2

Bumps [regex](https://github.com/rust-lang/regex) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.4.1...1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-11-02 05:24:16 +00:00
parent ffac28745b
commit ec2ba5c3c6
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ starship_module_config_derive = { version = "0.1.2", path = "starship_module_con
yaml-rust = "0.4"
pest = "^2.1"
pest_derive = "^2.1"
regex = "1.4.1"
regex = "1.4.2"
os_info = "3.0.1"
urlencoding = "1.1.1"
open = "1.4.0"