From a6d6cb7103d08f5e20edd6970f10520a71bf1ab9 Mon Sep 17 00:00:00 2001 From: Ammar Askar Date: Mon, 18 Jan 2021 19:14:55 -0800 Subject: [PATCH] Add unmaintained advisory for stderr crate --- crates/stderr/RUSTSEC-0000-0000.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 crates/stderr/RUSTSEC-0000-0000.md 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.