From 51730eed896785139687e672b295838c7f110af3 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 30 Sep 2018 15:10:10 +0200 Subject: [PATCH] Update dependency: tempfile: 2 -> 3 --- bin/core/imag-view/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/core/imag-view/Cargo.toml b/bin/core/imag-view/Cargo.toml index a0d3023b..93d10cf7 100644 --- a/bin/core/imag-view/Cargo.toml +++ b/bin/core/imag-view/Cargo.toml @@ -26,7 +26,7 @@ log = "0.4.0" toml = "0.4" toml-query = "0.7" handlebars = "1.0" -tempfile = "2.1" +tempfile = "3" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" } libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }