Closed ia0 closed 1 month ago
Thank you for notifying us @ia0.
Either using proc-macro-error2
or just using syn::Result
seem like viable options to me.
Would you be interested in making either change?
Thanks for the answer.
This is not a big issue on my side so far (unmaintained crates don't really have an urgency aspect as other security issues may have), so I won't be able to allocate time for it, sorry.
No worries. Gonna work on it when we get around then. Thank you for the notify!
I'm using
defmt
and thusdefmt-macros
. I've recently got a security warning because I depend (throughdefmt
) onproc-macro-error
. See https://rustsec.org/advisories/RUSTSEC-2024-0370.html for more details. Would it be something you would consider to either migrate toproc-macro-error2
or avoid depending onproc-macro-error
through another mean?