From 97388358ded78c741ee4aeaa9d7a1152e693dc5b Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Wed, 9 Feb 2022 15:34:03 +0100 Subject: [PATCH] Suggest maintained alternatives for Rental advisory (#1187) * Suggest maintained alternatives for Rental advisory * move `ouroboros` higher on the list as by far the most popular * add `escher`; thanks to Nick12 for suggesting --- crates/rental/RUSTSEC-2021-0134.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/crates/rental/RUSTSEC-2021-0134.md b/crates/rental/RUSTSEC-2021-0134.md index 517ada2f9..04a63b7a8 100644 --- a/crates/rental/RUSTSEC-2021-0134.md +++ b/crates/rental/RUSTSEC-2021-0134.md @@ -13,3 +13,10 @@ unaffected = [] # rental is unmaintained, author has moved on The author encourages users to explore other solutions, or maintain a fork. + +Maintained alternatives include: + +* [`ouroboros`](https://crates.io/crates/ouroboros) +* [`recursive_reference`](https://crates.io/crates/recursive_reference) +* [`fortify`](https://crates.io/crates/fortify) +* [`escher`](https://crates.io/crates/escher)