diff --git a/Cargo.lock b/Cargo.lock index 5930750b7..1dd53c9bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/src/uu/csplit/Cargo.toml b/src/uu/csplit/Cargo.toml index e9406d478..235fcfd2c 100644 --- a/src/uu/csplit/Cargo.toml +++ b/src/uu/csplit/Cargo.toml @@ -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]] diff --git a/src/uu/hashsum/Cargo.toml b/src/uu/hashsum/Cargo.toml index 38c5e7278..d4cd82102 100644 --- a/src/uu/hashsum/Cargo.toml +++ b/src/uu/hashsum/Cargo.toml @@ -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" diff --git a/src/uu/nl/Cargo.toml b/src/uu/nl/Cargo.toml index 0d3d03341..aa1ae9b06 100644 --- a/src/uu/nl/Cargo.toml +++ b/src/uu/nl/Cargo.toml @@ -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]] diff --git a/src/uu/ptx/Cargo.toml b/src/uu/ptx/Cargo.toml index d26c54d46..f7bfa152a 100644 --- a/src/uu/ptx/Cargo.toml +++ b/src/uu/ptx/Cargo.toml @@ -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]]