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)