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