build(deps): bump regex from 1.6.0 to 1.7.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-06 13:55:24 +00:00 committed by GitHub
parent 9ce788632b
commit 26489d47a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View file

@ -1716,9 +1716,9 @@ checksum = "f1bfbf25d7eb88ddcbb1ec3d755d0634da8f7657b2cb8b74089121409ab8228f"
[[package]]
name = "regex"
version = "1.6.0"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
dependencies = [
"aho-corasick",
"memchr",

View file

@ -391,7 +391,7 @@ glob = "0.3.0"
libc = "0.2"
pretty_assertions = "1"
rand = "0.8"
regex = "1.6"
regex = "1.7"
sha1 = { version="0.10", features=["std"] }
tempfile = "3"
time = {version="0.3", features=["local-offset"]}

View file

@ -17,7 +17,7 @@ path = "src/csplit.rs"
[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
thiserror = "1.0"
regex = "1.6.0"
regex = "1.7.0"
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["entries", "fs"] }
[[bin]]

View file

@ -20,7 +20,7 @@ clap = { version = "4.0", features = ["wrap_help", "cargo"] }
hex = "0.4.3"
memchr = "2"
md-5 = "0.10.5"
regex = "1.6.0"
regex = "1.7.0"
sha1 = "0.10.1"
sha2 = "0.10.2"
sha3 = "0.10.6"

View file

@ -16,7 +16,7 @@ path = "src/nl.rs"
[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
regex = "1.6.0"
regex = "1.7.0"
uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }
[[bin]]

View file

@ -20,7 +20,7 @@ time = { version = "0.3", features = ["local-offset", "macros", "formatting"] }
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["entries"] }
quick-error = "2.0.1"
itertools = "0.10.0"
regex = "1.6"
regex = "1.7"
[[bin]]
name = "pr"

View file

@ -16,7 +16,7 @@ path = "src/ptx.rs"
[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
regex = "1.6.0"
regex = "1.7.0"
uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }
[[bin]]