Use tempfile over tempdir

Closes #135
This commit is contained in:
Félix Saparelli 2022-05-31 17:37:34 +12:00
parent 9026554471
commit e8464aba3d
No known key found for this signature in database
GPG key ID: B948C4BAE44FC474
3 changed files with 137 additions and 171 deletions

View file

@ -35,7 +35,7 @@ structopt = "0.3.26"
strum = "0.24.0"
strum_macros = "0.24.0"
tar = "0.4.38"
tempdir = "0.3.7"
tempfile = "3.3.0"
tinytemplate = "1.2.1"
tokio = { version = "1.18.0", features = [ "full" ] }
url = "2.2.2"