Files
advisory-db/crates/failure/RUSTSEC-2020-0036.toml
Tony Arcieri df8a0c466a RUSTSEC-2020-0036: add fehler (#370)
When I originally filed this I used the list of alternatives that were
mentioned in the rust-internals announcement. That said, `fehler` is
another notable one by the same author as `failure`.
2020-08-27 12:20:02 -07:00

25 lines
794 B
TOML

[advisory]
id = "RUSTSEC-2020-0036"
package = "failure"
title = "failure is officially deprecated/unmaintained"
informational = "unmaintained"
date = "2020-05-02"
url = "https://github.com/rust-lang-nursery/failure/pull/347"
description = """
The `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:
- [`anyhow`](https://crates.io/crates/anyhow)
- [`eyre`](https://crates.io/crates/eyre)
- [`fehler`](https://crates.io/crates/fehler)
- [`snafu`](https://crates.io/crates/snafu)
- [`thiserror`](https://crates.io/crates/thiserror)
"""
[versions]
unaffected = []
patched = []