cargo: bump regex from 1.8.3 to 1.8.4

Bumps [regex](https://github.com/rust-lang/regex) from 1.8.3 to 1.8.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.8.3...1.8.4)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-05 16:00:41 +00:00 committed by github-actions[bot]
parent 23a4124d20
commit 4b0b98a3da
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -1503,9 +1503,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.8.3"
version = "1.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
dependencies = [
"aho-corasick",
"memchr",

View file

@ -52,7 +52,7 @@ maplit = "1.0.2"
once_cell = "1.17.2"
pest = "2.6.0"
pest_derive = "2.6"
regex = "1.8.3"
regex = "1.8.4"
rpassword = "7.2.0"
serde = { version = "1.0", features = ["derive"] }
slab = "0.4.8"
@ -71,7 +71,7 @@ libc = { version = "0.2.144" }
assert_cmd = "2.0.8"
assert_matches = "1.5.0"
insta = { version = "1.29.0", features = ["filters"] }
regex = "1.8.3"
regex = "1.8.4"
testutils = { path = "lib/testutils" }
[features]

View file

@ -38,7 +38,7 @@ pest_derive = "2.6.0"
prost = "0.11.9"
rand = "0.8.5"
rand_chacha = "0.3.1"
regex = "1.8.3"
regex = "1.8.4"
serde_json = "1.0.96"
smallvec = { version = "1.10.0", features = ["const_generics", "const_new", "union"] }
strsim = "0.10.0"