You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macros % cargo deny check advisories
2024-09-28 06:05:41 [WARN] unable to find a config path, falling back to default config
error[unmaintained]: proc-macro-error is unmaintained
┌─ /Users/thomas/ProyekOffline/paperclip/Cargo.lock:9:1
│
9 │ proc-macro-error 1.0.4 registry+https://github.com/rust-lang/crates.io-index
│ ---------------------------------------------------------------------------- unmaintained advisory detected
│
= ID: RUSTSEC-2024-0370
= Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0370
= proc-macro-error's maintainer seems to be unreachable, with no commits for 2 years, no releases pushed for 4 years, and no activity on the GitLab repo or response to email.
proc-macro-error also depends on `syn 1.x`, which may be bringing duplicate dependencies into dependant build trees.
## 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)
= Announcement: https://gitlab.com/CreepySkeleton/proc-macro-error/-/issues/20
= Solution: No safe upgrade is available!
= proc-macro-error v1.0.4
└── paperclip-macros v0.6.5
advisories FAILED
I am working on a patch to resolve this issue.
The text was updated successfully, but these errors were encountered:
thomedw
added a commit
to ptkis/paperclip
that referenced
this issue
Sep 28, 2024
I am working on a patch to resolve this issue.
The text was updated successfully, but these errors were encountered: