1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Merge pull request #4112 from uutils/dependabot/cargo/regex-1.7.0

build(deps): bump regex from 1.6.0 to 1.7.0
This commit is contained in:
Sylvestre Ledru 2022-11-08 08:54:12 +01:00 committed by GitHub
commit b90c2a3083
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]]