From 366ce98f0817ed3687f57e95ff5f16115d66b809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 30 Jul 2018 09:58:56 +0900 Subject: [PATCH] Update tempfile requirement to 3.0 (#348) Updates the requirements on [tempfile](https://github.com/Stebalien/tempfile) to permit the latest version. - [Release notes](https://github.com/Stebalien/tempfile/releases) - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS) - [Commits](https://github.com/Stebalien/tempfile/commits/v3.0.3) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1d9ddcbd..b3b2f68ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ fst-regex = { version="0.2" } lz4 = {version="1.20", optional=true} snap = {version="0.2"} atomicwrites = {version="0.2.2", optional=true} -tempfile = "2.1" +tempfile = "3.0" log = "0.3.6" combine = "2.2" tempdir = "0.3"