diff --git a/Cargo.toml b/Cargo.toml index ec0ded878d..3a1341eef1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,8 +27,8 @@ cc = "1" [dev-dependencies] bytes = "0.4.8" lazy_static = "1.2" -rand = ">= 0.6, < 0.7" -tempfile = ">= 3.0.5, < 3.0.9" +rand = "0.6" +tempfile = "3.0.5" [target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies] caps = "0.3.1"