Replace tempfile with tempdir

This commit is contained in:
Dustin J. Mitchell
2021-04-16 19:29:27 -04:00
parent 9c54985fac
commit c8d6619d71
9 changed files with 34 additions and 87 deletions

View File

@@ -19,4 +19,4 @@ env_logger = "^0.8.3"
[dev-dependencies]
actix-rt = "^2.2.0"
tempdir = "^0.3.7"
tempfile = "3"