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] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-07-30 09:58:56 +09:00
committed by Paul Masurel
parent 190e60a41c
commit 366ce98f08

View File

@@ -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"