Add unmaintained advisory for stderr crate

This commit is contained in:
Ammar Askar
2021-01-18 19:14:55 -08:00
parent 3fbe06486f
commit a6d6cb7103

View File

@@ -0,0 +1,18 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "stderr"
date = "2020-12-22"
url = "https://github.com/biluohc/stderr/issues/5"
informational = "unmaintained"
[versions]
patched = []
```
# stderr is unmaintained; use eprintln instead
The `stderr` crate is no longer maintained by its current owner.
The author recommends using the `eprintln` macro from the standard library as a
replacement.