mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-23 15:38:27 +01:00
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`.
25 lines
794 B
TOML
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 = []
|