Replace deprecated tempdir with tempfile

This also removes one dependency on the winapi crate.  The current
version of the time crate also depends on winapi, but work is being done
to replace that version with 0.2 to remove the winapi dependency.
This commit is contained in:
Steven Roose
2019-11-22 11:08:12 +00:00
parent bb3db3f877
commit c162a4516c
3 changed files with 8 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ memchr = "2.2.0"
uuid = { version = "0.8", optional = true }
[dev-dependencies]
tempdir = "0.3"
tempfile = "3.1.0"
lazy_static = "1.0"
regex = "1.0"
uuid = { version = "0.8", features = ["v4"] }