Merge pull request #585 from ammaraskar/stderr

Add unmaintained advisory for stderr crate
This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-01-20 20:25:56 +01:00
committed by GitHub

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.