I'm using defmt and thus defmt-macros. I've recently got a security warning because I depend (through defmt) on proc-macro-error. See https://rustsec.org/advisories/RUSTSEC-2024-0370.html for more details. Would it be something you would consider to either migrate to proc-macro-error2 or avoid depending on proc-macro-error through another mean?
I'm using
defmtand 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-error2or avoid depending onproc-macro-errorthrough another mean?