RUSTSEC-2018-0017: `tempdir` crate has been deprecated; use `tempfile` instead
Opened this issue · 0 comments
github-actions commented
tempdircrate has been deprecated; usetempfileinstead
| Details | |
|---|---|
| Status | unmaintained |
| Package | tempdir |
| Version | 0.3.7 |
| URL | rust-lang-deprecated/tempdir#46 |
| Date | 2018-02-13 |
The tempdir crate has been deprecated
and the functionality is merged into tempfile.
See advisory page for additional details.