build(deps): bump regex from 1.7.0 to 1.7.1 (#5932)

Bumps [regex](https://github.com/rust-lang/regex) from 1.7.0 to 1.7.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.7.0...1.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-10 10:09:40 +00:00 committed by GitHub
parent 11baba56cb
commit 54604b14f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -3397,9 +3397,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.7.0"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
dependencies = [
"aho-corasick",
"memchr",

View File

@ -26,7 +26,7 @@ ordered-map = "0.4.2"
pin-project = "1.0.12"
rand = { version = "0.8.5", package = "rand" }
rayon = "1.6.1"
regex = "1.7.0"
regex = "1.7.1"
serde = { version = "1.0.152", features = ["serde_derive"] }
thiserror = "1.0.38"

View File

@ -34,7 +34,7 @@ itertools = "0.10.5"
lazy_static = "1.4.0"
metrics = "0.20.1"
mset = "0.1.0"
regex = "1.7.0"
regex = "1.7.1"
rlimit = "0.9.0"
rocksdb = { version = "0.19.0", default_features = false, features = ["lz4"] }
serde = { version = "1.0.152", features = ["serde_derive"] }

View File

@ -15,7 +15,7 @@ insta = "1.24.1"
proptest = "0.10.1"
once_cell = "1.17.0"
rand = { version = "0.8.5", package = "rand" }
regex = "1.7.0"
regex = "1.7.1"
tokio = { version = "1.24.1", features = ["full", "tracing", "test-util"] }
tower = { version = "0.4.13", features = ["util"] }

View File

@ -175,7 +175,7 @@ tonic-build = { version = "0.8.0", optional = true }
abscissa_core = { version = "0.5", features = ["testing"] }
hex = "0.4.3"
once_cell = "1.17.0"
regex = "1.7.0"
regex = "1.7.1"
semver = "1.0.16"
# zebra-rpc needs the preserve_order feature, it also makes test results more stable