Closed brightly-salty closed 3 years ago
Thanks for your report. Yes, replacing this with thiserror
and anyhow
would be great.
I would be willing to attempt to implement this and submit a PR if it would be accepted
Of course, that would be awesome! If you'd like to give this a try for the whole crate, go ahead.
I believe this will introduce breaking changes, as the error types are (obviously) exposed. This is fine, and we'll just release it as new minor version.
I'll probably take the work to update ffsend
with these changes along side it.
When
cargo-audit
is run on any project with a direct or indirect dependency on ffsend-api, the following is output (for more info, see https://rustsec.org/advisories/RUSTSEC-2020-0036):It can be somewhat easily remedied by replacing with another error crate like thiserror, anyhow, or eyre.
I would be willing to attempt to implement this and submit a PR if it would be accepted