The getset is consuming the proc-macro-error dependency.
The RUSTSEC-2024-0370 advisory has just been issued because proc-macro-error is no longer maintained.
getset looks unmaintained too, but doesn't have a RUSTSEC advisory assigned to it, yet.
While IMHO this is nothing serious from a security POV, it would be nice to evaluate the feasibility of replacing getset with a similar crate that is actively maintained and doesn't pull in unmaintained dependencies.
The
getsetis consuming theproc-macro-errordependency.The
RUSTSEC-2024-0370advisory has just been issued becauseproc-macro-erroris no longer maintained.getsetlooks unmaintained too, but doesn't have a RUSTSEC advisory assigned to it, yet.While IMHO this is nothing serious from a security POV, it would be nice to evaluate the feasibility of replacing
getsetwith a similar crate that is actively maintained and doesn't pull in unmaintained dependencies.