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",
]

View file

@ -19,7 +19,6 @@ clap = { version = "2.33", features = ["wrap_help"] }
filetime = "0.2.1"
libc = "0.2.42"
rand = "0.7"
time = "0.1.40"
uucore = { version=">=0.0.9", package="uucore", path="../../uucore" }
uucore_procs = { version=">=0.0.6", package="uucore_procs", path="../../uucore_procs" }