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

fix(deps): migrate from proc-macro-error to proc-macro-error2 #428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

welpo
Copy link

@welpo welpo commented Sep 9, 2024

Migrate from proc-macro-error to proc-macro-error2

Overview

Replaces the proc-macro-error crate with proc-macro-error2, an actively maintained fork.

Resolves #425.

Changes

  • Replace proc-macro-error with the latest version of proc-macro-error2 in Cargo.toml
  • Replace proc-macro-error references with proc-macro-error2

Motivation

The proc-macro-error crate has been flagged as unmaintained (RUSTSEC-2024-0370). Migrating to proc-macro-error2 addresses this security advisory and ensures our project uses an actively maintained dependency.

Testing

  • All existing tests have been updated and pass

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 this pull request may close these issues.

proc-macro-error is unmaintained
2 participants