1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

shred: remove the unused dep on filetime

This commit is contained in:
Sylvestre Ledru 2021-09-12 19:59:54 +02:00
parent a6c235bcd1
commit a74e4bf095
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -2913,7 +2913,6 @@ name = "uu_shred"
version = "0.0.7"
dependencies = [
"clap",
"filetime",
"libc",
"rand 0.7.3",
"uucore",

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" }