Bump regex from 1.4.3 to 1.4.4

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-12 04:26:12 +00:00
parent 41f43a6f12
commit 1457b75282
2 changed files with 4 additions and 5 deletions

5
Cargo.lock generated
View file

@ -847,14 +847,13 @@ dependencies = [
[[package]]
name = "regex"
version = "1.4.3"
version = "1.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
checksum = "54fd1046a3107eb58f42de31d656fee6853e5d276c455fd943742dce89fc3dd3"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
]
[[package]]

View file

@ -44,7 +44,7 @@ parking_lot = "0.11.1"
dashmap = { version = "4.0.2", features = ["serde"] }
num-format = "0.4.0"
once_cell = "1.5.2"
regex = "1.4.3"
regex = "1.4.4"
serde_json = "1.0.64"
dirs-next = "2.0.0"
@ -65,6 +65,6 @@ optional = true
version = "0.8.15"
[dev-dependencies]
regex = "1.4.3"
regex = "1.4.4"
tempfile = "3.0.8"
git2 = { version = "0.13.15", default-features = false, features = [] }