Merge pull request #4311 from uutils/dependabot/cargo/regex-1.7.1

build(deps): bump regex from 1.7.0 to 1.7.1
This commit is contained in:
Sylvestre Ledru 2023-01-30 08:52:15 +01:00 committed by GitHub
commit e6af566c2a
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

@ -1813,9 +1813,9 @@ checksum = "f1bfbf25d7eb88ddcbb1ec3d755d0634da8f7657b2cb8b74089121409ab8228f"
[[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

@ -17,7 +17,7 @@ path = "src/csplit.rs"
[dependencies]
clap = { version = "4.0", features = ["wrap_help", "cargo"] }
thiserror = "1.0"
regex = "1.7.0"
regex = "1.7.1"
uucore = { version=">=0.0.17", 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.7.0"
regex = "1.7.1"
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.7.0"
regex = "1.7.1"
uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }
[[bin]]

View file

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