diff --git a/Cargo.lock b/Cargo.lock index a9da406ff..29641f9b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -302,7 +302,6 @@ version = "0.0.1" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", - "getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", "ioctl-sys 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/src/uu/cp/Cargo.toml b/src/uu/cp/Cargo.toml index 8ffb83bb3..b2da27cc7 100644 --- a/src/uu/cp/Cargo.toml +++ b/src/uu/cp/Cargo.toml @@ -15,7 +15,6 @@ path = "src/cp.rs" [dependencies] clap = "2.32.0" filetime = "0.2" -getopts = "0.2.18" libc = "0.2.42" quick-error = "1.2.3" uucore = { version = "0.0.2", features = ["fs"] }