1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

shred: remove unused "time" dep (#2665)

This commit is contained in:
Sylvestre Ledru 2021-09-13 18:05:06 +02:00 committed by GitHub
parent 2203e5ea78
commit ebe897e4d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -2941,7 +2941,6 @@ dependencies = [
"filetime",
"libc",
"rand 0.7.3",
"time",
"uucore",
"uucore_procs",
]