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

build(deps): bump regex from 1.7.0 to 1.7.1

Bumps [regex](https://github.com/rust-lang/regex) from 1.7.0 to 1.7.1.
- [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.7.0...1.7.1)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-30 06:13:54 +00:00 committed by GitHub
parent efc70ade68
commit 204d96b7df
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]]