Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proc-macro-error is unmaintained #544

Closed
thomedw opened this issue Sep 28, 2024 · 0 comments · Fixed by #545
Closed

proc-macro-error is unmaintained #544

thomedw opened this issue Sep 28, 2024 · 0 comments · Fixed by #545

Comments

@thomedw
Copy link
Contributor

thomedw commented Sep 28, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant