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

Bump regex from 0.2.7 to 1.0.0

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-06-15 07:24:38 +00:00
parent aab9a8a028
commit be615fb7df
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331
5 changed files with 8 additions and 30 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 = "0.2.2"
regex = "1.0.0"
rand = "0.4.2"
tempdir = "0.3.7"
unindent = "0.1.3"