build(deps): bump regex from 1.3.9 to 1.4.1

Bumps [regex](https://github.com/rust-lang/regex) from 1.3.9 to 1.4.1.
- [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.3.9...1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-13 16:27:37 +00:00
parent f7a4c43656
commit 28c83763d7
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -1018,9 +1018,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.3.9"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
checksum = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b"
dependencies = [
"aho-corasick",
"memchr",
@ -1030,9 +1030,9 @@ dependencies = [
[[package]]
name = "regex-syntax"
version = "0.6.18"
version = "0.6.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
checksum = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c"
[[package]]
name = "remove_dir_all"

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.3.9"
regex = "1.4.1"
os_info = "3.0.0"
urlencoding = "1.1.1"
open = "1.4.0"