1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

refactor(global): Move from tempdir to tempfile:

* the crate has been deprecated
This commit is contained in:
Sylvestre Ledru 2020-06-09 11:30:19 +02:00
parent 80987250d2
commit ac34d136f2
7 changed files with 26 additions and 49 deletions

View file

@ -332,7 +332,7 @@ filetime = "0.2"
libc = "0.2"
rand = "0.6"
regex = "1.0"
tempdir = "0.3"
tempfile = "3.1"
time = "0.1"
unindent = "0.1"
uucore = { version="0.0.4", package="uucore", git="https://github.com/uutils/uucore.git", branch="master", features=["entries"] }