From bed742d611e93f1b66fb8accf224857b26e02ebf Mon Sep 17 00:00:00 2001 From: Titus Date: Sat, 21 Jan 2023 17:20:54 +0100 Subject: [PATCH] Remove unmaintained status of `markdown` (#1542) * Remove unmaintained status of `markdown` * Minor fixes * Using withdrawn field instead * Use patched instead * Fix typo Co-authored-by: pinkforest <36498018+pinkforest@users.noreply.github.com> --- crates/markdown/RUSTSEC-2022-0044.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/crates/markdown/RUSTSEC-2022-0044.md b/crates/markdown/RUSTSEC-2022-0044.md index 1e30b97..c8f81a7 100644 --- a/crates/markdown/RUSTSEC-2022-0044.md +++ b/crates/markdown/RUSTSEC-2022-0044.md @@ -7,11 +7,19 @@ informational = "unmaintained" url = "https://github.com/johannhof/markdown.rs/issues/48" [versions] -patched = [] -unaffected = [] +patched = [">= 1.0.0-alpha.1"] ``` -# `markdown` is unmaintained +# `markdown` (1.0.0 and higher) is maintained -The [`markdown`](https://crates.io/crates/markdown) crate is no longer actively maintained. For Markdown parsing, you can use the [pulldown-cmark](https://crates.io/crates/pulldown-cmark) crate. - +A new `markdown` crate has been brought over by a new maintainer replacing the old crate. + +As of time of writing only pre-releases seem to be available for the 1.0.0 version of the crate. + +The crate GitHub repository is now [wooorm/markdown-rs](https://github.com/wooorm/markdown-rs) + +# `markdown` (0.3.0 and lower) was unmaintained + +The old [`markdown`](https://crates.io/crates/markdown) crate was no longer actively maintained. + +The crate GitHub repository was [johannhof/markdown.rs](https://github.com/johannhof/markdown.rs)