From a644233ea20c3de8375a5d1ad9806d52d727a1e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 12:55:41 +0000 Subject: [PATCH] build(deps): bump regex from 1.5.4 to 1.5.5 Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. - [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.5.4...1.5.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- src/uu/csplit/Cargo.toml | 2 +- src/uu/hashsum/Cargo.toml | 2 +- src/uu/nl/Cargo.toml | 2 +- src/uu/pr/Cargo.toml | 2 +- src/uu/ptx/Cargo.toml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1dccbaafb..387f40f1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1632,9 +1632,9 @@ checksum = "ef445213a92fdddc4bc69d9111156d20ffd50704a86ad82b372aab701a0d3a9a" [[package]] name = "regex" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" +checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" dependencies = [ "aho-corasick", "memchr 2.4.1", diff --git a/Cargo.toml b/Cargo.toml index e79b7e932..bf53d6102 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -373,7 +373,7 @@ glob = "0.3.0" libc = "0.2" pretty_assertions = "1" rand = "0.8" -regex = "1.0" +regex = "1.5" sha1 = { version="0.10", features=["std"] } tempfile = "3" time = "0.1" diff --git a/src/uu/csplit/Cargo.toml b/src/uu/csplit/Cargo.toml index bb263ec49..6c86900a3 100644 --- a/src/uu/csplit/Cargo.toml +++ b/src/uu/csplit/Cargo.toml @@ -17,7 +17,7 @@ path = "src/csplit.rs" [dependencies] clap = { version = "3.1", features = ["wrap_help", "cargo"] } thiserror = "1.0" -regex = "1.0.0" +regex = "1.5.5" uucore = { version=">=0.0.11", package="uucore", path="../../uucore", features=["entries", "fs"] } [[bin]] diff --git a/src/uu/hashsum/Cargo.toml b/src/uu/hashsum/Cargo.toml index f23a3068f..c38c8499a 100644 --- a/src/uu/hashsum/Cargo.toml +++ b/src/uu/hashsum/Cargo.toml @@ -20,7 +20,7 @@ clap = { version = "3.1", features = ["wrap_help", "cargo"] } hex = "0.4.3" memchr = "2" md-5 = "0.10.1" -regex = "1.0.1" +regex = "1.5.5" sha1 = "0.10.1" sha2 = "0.10.2" sha3 = "0.10.1" diff --git a/src/uu/nl/Cargo.toml b/src/uu/nl/Cargo.toml index 397cc3861..35357b422 100644 --- a/src/uu/nl/Cargo.toml +++ b/src/uu/nl/Cargo.toml @@ -16,7 +16,7 @@ path = "src/nl.rs" [dependencies] 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" } [[bin]] diff --git a/src/uu/pr/Cargo.toml b/src/uu/pr/Cargo.toml index f2ded14b4..78fa9e28e 100644 --- a/src/uu/pr/Cargo.toml +++ b/src/uu/pr/Cargo.toml @@ -20,7 +20,7 @@ uucore = { version=">=0.0.7", package="uucore", path="../../uucore", features=[" chrono = "0.4.19" quick-error = "2.0.1" itertools = "0.10.0" -regex = "1.0" +regex = "1.5" [[bin]] name = "pr" diff --git a/src/uu/ptx/Cargo.toml b/src/uu/ptx/Cargo.toml index d1058d78b..be76d8df4 100644 --- a/src/uu/ptx/Cargo.toml +++ b/src/uu/ptx/Cargo.toml @@ -16,7 +16,7 @@ path = "src/ptx.rs" [dependencies] 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" } [[bin]]