The tempdir
crate has been deprecated
and the functionality is merged into tempfile
.
This project contains known security vulnerabilities. Find detailed information at the bottom.
which
(2 total, 1 insecure)
Crate | Required | Latest | Status |
---|---|---|---|
failure | ^0.1.7 | 0.1.8 | insecure |
libc | ^0.2.65 | 0.2.86 | up to date |
(1 total, 1 insecure)
Crate | Required | Latest | Status |
---|---|---|---|
tempdir | ^0.3.7 | 0.3.7 | insecure |
tempdir
: `tempdir` crate has been deprecated; use `tempfile` insteadThe tempdir
crate has been deprecated
and the functionality is merged into tempfile
.
failure
: Type confusion if __private_get_type_id__ is overridenSafe Rust code can implement malfunctioning __private_get_type_id__
and cause
type confusion when downcasting, which is an undefined behavior.
Users who derive Fail
trait are not affected.
failure
: failure is officially deprecated/unmaintainedThe failure
crate is officially end-of-life: it has been marked as deprecated
by the former maintainer, who has announced that there will be no updates or
maintenance work on it going forward.
The following are some suggested actively developed alternatives to switch to: