shred: remove the unused dep on filetime

This commit is contained in:
Sylvestre Ledru
2021-09-13 18:15:51 +02:00
parent a6c235bcd1
commit a74e4bf095
2 changed files with 0 additions and 2 deletions
Generated
-1
View File
@@ -2913,7 +2913,6 @@ name = "uu_shred"
version = "0.0.7"
dependencies = [
"clap",
"filetime",
"libc",
"rand 0.7.3",
"uucore",
-1
View File
@@ -16,7 +16,6 @@ path = "src/shred.rs"
[dependencies]
clap = { version = "2.33", features = ["wrap_help"] }
filetime = "0.2.1"
libc = "0.2.42"
rand = "0.7"
uucore = { version=">=0.0.9", package="uucore", path="../../uucore" }