Bump regex from 1.4.2 to 1.4.3

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-11 04:26:53 +00:00
parent 611de1fc7b
commit 4e6a17f07a
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View file

@ -968,9 +968,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.4.2"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
dependencies = [
"aho-corasick",
"memchr",
@ -980,9 +980,9 @@ dependencies = [
[[package]]
name = "regex-syntax"
version = "0.6.21"
version = "0.6.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
[[package]]
name = "remove_dir_all"

View file

@ -45,7 +45,7 @@ parking_lot = "0.11.1"
dashmap = { version = "3.11.10", features = ["serde"] }
num-format = "0.4.0"
once_cell = "1.5.2"
regex = "1.4.2"
regex = "1.4.3"
serde_json = "1.0.61"
[dependencies.env_logger]
@ -65,6 +65,6 @@ optional = true
version = "0.8.14"
[dev-dependencies]
regex = "1.4.2"
regex = "1.4.3"
tempfile = "3.0.8"
git2 = { version = "0.13.14", default-features = false, features = [] }