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

Merge pull request #1302 from uutils/dependabot/cargo/regex-1.0.3

Bump regex from 1.0.1 to 1.0.3
This commit is contained in:
Alex Lyon 2019-02-07 00:42:19 -08:00 committed by GitHub
commit 2d26f800de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 21 deletions

View file

@ -253,7 +253,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"