1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Merge pull request #3395 from uutils/dependabot/cargo/regex-1.5.5

build(deps): bump regex from 1.5.4 to 1.5.5
This commit is contained in:
Sylvestre Ledru 2022-04-13 23:21:25 +02:00 committed by GitHub
commit a08038f2e8
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

@ -1632,9 +1632,9 @@ checksum = "ef445213a92fdddc4bc69d9111156d20ffd50704a86ad82b372aab701a0d3a9a"
[[package]] [[package]]
name = "regex" name = "regex"
version = "1.5.4" version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
dependencies = [ dependencies = [
"aho-corasick", "aho-corasick",
"memchr 2.4.1", "memchr 2.4.1",

View file

@ -373,7 +373,7 @@ glob = "0.3.0"
libc = "0.2" libc = "0.2"
pretty_assertions = "1" pretty_assertions = "1"
rand = "0.8" rand = "0.8"
regex = "1.0" regex = "1.5"
sha1 = { version="0.10", features=["std"] } sha1 = { version="0.10", features=["std"] }
tempfile = "3" tempfile = "3"
time = "0.1" time = "0.1"

View file

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

View file

@ -20,7 +20,7 @@ clap = { version = "3.1", features = ["wrap_help", "cargo"] }
hex = "0.4.3" hex = "0.4.3"
memchr = "2" memchr = "2"
md-5 = "0.10.1" md-5 = "0.10.1"
regex = "1.0.1" regex = "1.5.5"
sha1 = "0.10.1" sha1 = "0.10.1"
sha2 = "0.10.2" sha2 = "0.10.2"
sha3 = "0.10.1" sha3 = "0.10.1"

View file

@ -16,7 +16,7 @@ path = "src/nl.rs"
[dependencies] [dependencies]
clap = { version = "3.1", features = ["wrap_help", "cargo"] } clap = { version = "3.1", features = ["wrap_help", "cargo"] }
regex = "1.0.1" regex = "1.5.5"
uucore = { version=">=0.0.11", package="uucore", path="../../uucore" } uucore = { version=">=0.0.11", package="uucore", path="../../uucore" }
[[bin]] [[bin]]

View file

@ -20,7 +20,7 @@ uucore = { version=">=0.0.7", package="uucore", path="../../uucore", features=["
chrono = "0.4.19" chrono = "0.4.19"
quick-error = "2.0.1" quick-error = "2.0.1"
itertools = "0.10.0" itertools = "0.10.0"
regex = "1.0" regex = "1.5"
[[bin]] [[bin]]
name = "pr" name = "pr"

View file

@ -16,7 +16,7 @@ path = "src/ptx.rs"
[dependencies] [dependencies]
clap = { version = "3.1", features = ["wrap_help", "cargo"] } clap = { version = "3.1", features = ["wrap_help", "cargo"] }
regex = "1.0.1" regex = "1.5.5"
uucore = { version=">=0.0.11", package="uucore", path="../../uucore" } uucore = { version=">=0.0.11", package="uucore", path="../../uucore" }
[[bin]] [[bin]]