filesystem-rs
filesystem-rs copied to clipboard
Remove vulnerabilities indicated by cargo audit
Motivation
- Vulnerabilities have been reported with the dependencies of the
tempdircrate. - The
tempdircrate is also deprecated.
Change in this PR
- Move to
tempfilecrate, which now contains the latest version of thetempdircrate. - Remove ErrorKind::Other from tests. This enum value is being deprecated in favour of more specific ErrorKinds which are not yet stable. See: https://github.com/rust-lang/rust/issues/86442
@iredelmeier - have you got any time to maintain this crate? Otherwise I'm more than happy to contribute.
The crate has dependencies with vulnerabilities that need patching :smile: