From 7fbf1e630ae52b7b364791a107b5bee5ff929496 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 9 Sep 2024 20:08:37 +0800 Subject: [PATCH] Add more alternatives to proc-macro-error (#2076) --- crates/proc-macro-error/RUSTSEC-2024-0370.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/proc-macro-error/RUSTSEC-2024-0370.md b/crates/proc-macro-error/RUSTSEC-2024-0370.md index 8a81b960e..307fb34f8 100644 --- a/crates/proc-macro-error/RUSTSEC-2024-0370.md +++ b/crates/proc-macro-error/RUSTSEC-2024-0370.md @@ -18,4 +18,6 @@ proc-macro-error also depends on `syn 1.x`, which may be bringing duplicate depe ## Possible Alternative(s) +- [manyhow](https://crates.io/crates/manyhow) - [proc-macro-error2](https://crates.io/crates/proc-macro-error2) +- [proc-macro2-diagnostics](https://github.com/SergioBenitez/proc-macro2-diagnostics) \ No newline at end of file