From 47fb430d3448b5c01f8ada0cebc892ec632174b6 Mon Sep 17 00:00:00 2001 From: Andrew Radev Date: Sun, 24 Feb 2019 17:41:43 +0200 Subject: [PATCH] Don't use a wildcard dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ee84b7..857e7ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ image = "0.21.0" structopt = "0.2.14" [dev-dependencies] -tempfile = "*" +tempfile = "3.0.6"