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

Bump regex from 1.0.1 to 1.0.3

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-10-15 07:46:09 +00:00
parent fe21c4b7fd
commit c1480472a3
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331
2 changed files with 11 additions and 21 deletions

View file

@ -252,7 +252,7 @@ yes = { optional=true, path="src/yes" }
time = "0.1.40"
filetime = "0.2.1"
libc = "0.2.42"
regex = "1.0.1"
regex = "1.0.3"
rand = "0.4.2"
tempdir = "0.3.7"
unindent = "0.1.3"