From 6bc9b38fa987c6f5648f4bf59830746a9fc3bf08 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 17 May 2020 12:09:55 +0200 Subject: [PATCH] fix(cp): Remove an unused dep to the getops crate --- Cargo.lock | 1 - src/uu/cp/Cargo.toml | 1 - 2 files changed, 2 deletions(-) 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"] }