From c756ca6f06db30351131f36adf793bb49fcd02b2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 15 Apr 2020 22:14:39 +0200 Subject: [PATCH] maint/dev ~ relax the dev-dependencies --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5a6e7011b..78c001274 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -292,14 +292,14 @@ yes = { optional=true, path="src/uu/yes" } backtrace = ">= 0.3.3, <= 0.3.30" [dev-dependencies] -filetime = "0.2.5" -lazy_static = "1.3.0" -libc = "0.2.62" -rand = "0.6.5" -regex = "1.0.3" -tempdir = "0.3.7" -time = "0.1.42" -unindent = "0.1.3" +filetime = "0.2" +lazy_static = "1.3" +libc = "0.2" +rand = "0.6" +regex = "1.0" +tempdir = "0.3" +time = "0.1" +unindent = "0.1" [target.'cfg(unix)'.dev-dependencies] # FIXME: this should use the normal users crate, but it conflicts with the users utility