diff --git a/crates/stderr/RUSTSEC-0000-0000.md b/crates/stderr/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..55734c4 --- /dev/null +++ b/crates/stderr/RUSTSEC-0000-0000.md @@ -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.