diff --git a/Cargo.lock b/Cargo.lock index 4c2af231be..7c826fac54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2732,7 +2732,6 @@ dependencies = [ "file_diff", "filetime", "libc", - "time", "uucore", ] diff --git a/src/uu/install/Cargo.toml b/src/uu/install/Cargo.toml index 89849059dd..b833babad4 100644 --- a/src/uu/install/Cargo.toml +++ b/src/uu/install/Cargo.toml @@ -24,9 +24,6 @@ file_diff = { workspace=true } libc = { workspace=true } uucore = { workspace=true, features=["fs", "mode", "perms", "entries"] } -[dev-dependencies] -time = { workspace=true } - [[bin]] name = "install" path = "src/main.rs"