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

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-13 12:55:41 +00:00 committed by Sylvestre Ledru
parent c23118bab4
commit a644233ea2
7 changed files with 8 additions and 8 deletions

View file

@ -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"