Closed VorpalBlade closed 1 year ago
cargo audit reported the following:
Crate: tempdir Version: 0.3.7 Warning: unmaintained Title: `tempdir` crate has been deprecated; use `tempfile` instead Date: 2018-02-13 ID: RUSTSEC-2018-0017 URL: https://rustsec.org/advisories/RUSTSEC-2018-0017 Dependency tree: tempdir 0.3.7 └── cargo-llvm-lines 0.4.23
Would probably be a good idea to switch to tempfile instead as per the advisory.
cargo audit reported the following:
Would probably be a good idea to switch to tempfile instead as per the advisory.