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

Merge pull request #1328 from uutils/dependabot/cargo/time-0.1.42

Bump time from 0.1.40 to 0.1.42
This commit is contained in:
Alex Lyon 2019-02-08 11:31:07 -08:00 committed by GitHub
commit 1dc7d8cb91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View file

@ -250,7 +250,7 @@ whoami = { optional=true, path="src/whoami" }
yes = { optional=true, path="src/yes" }
[dev-dependencies]
time = "0.1.40"
time = "0.1.42"
filetime = "0.2.4"
libc = "0.2.42"
regex = "1.0.3"