Closed bachp closed 1 month ago
The proc-macro-error crate seems to be unmaintained: https://rustsec.org/advisories/RUSTSEC-2024-0370
proc-macro-error
This causes cargo audit to print a security warning.
cargo audit
The recommended solution is to migrate to one of the crates mentioned in the security advisory.
Makes perfect sense, thanks!
The
proc-macro-error
crate seems to be unmaintained: https://rustsec.org/advisories/RUSTSEC-2024-0370This causes
cargo audit
to print a security warning.The recommended solution is to migrate to one of the crates mentioned in the security advisory.