1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57: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" version = "0.0.7"
dependencies = [ dependencies = [
"clap", "clap",
"filetime",
"libc", "libc",
"rand 0.7.3", "rand 0.7.3",
"uucore", "uucore",

View file

@ -16,7 +16,6 @@ path = "src/shred.rs"
[dependencies] [dependencies]
clap = { version = "2.33", features = ["wrap_help"] } clap = { version = "2.33", features = ["wrap_help"] }
filetime = "0.2.1"
libc = "0.2.42" libc = "0.2.42"
rand = "0.7" rand = "0.7"
uucore = { version=">=0.0.9", package="uucore", path="../../uucore" } uucore = { version=">=0.0.9", package="uucore", path="../../uucore" }