diff --git a/Cargo.lock b/Cargo.lock index a46207e5f..8759a133d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2799,7 +2799,6 @@ dependencies = [ "itertools 0.10.1", "quick-error 2.0.1", "regex", - "time", "uucore", "uucore_procs", ] diff --git a/src/uu/pr/Cargo.toml b/src/uu/pr/Cargo.toml index d446e66a0..fd46e817e 100644 --- a/src/uu/pr/Cargo.toml +++ b/src/uu/pr/Cargo.toml @@ -19,8 +19,6 @@ clap = { version = "2.33", features = ["wrap_help"] } uucore = { version=">=0.0.7", package="uucore", path="../../uucore", features=["entries"] } uucore_procs = { version=">=0.0.6", package="uucore_procs", path="../../uucore_procs" } getopts = "0.2.21" -time = "0.1.41" -# A higher version would cause a conflict with time chrono = "0.4.19" quick-error = "2.0.1" itertools = "0.10"