FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
356 stars 87 forks source link

RUSTSEC-2024-0370: proc-macro-error is unmaintained #813

Closed github-actions[bot] closed 4 days ago

github-actions[bot] commented 1 month ago

proc-macro-error is unmaintained

Details
Status unmaintained
Package proc-macro-error
Version 1.0.4
URL https://gitlab.com/CreepySkeleton/proc-macro-error/-/issues/20
Date 2024-09-01

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)

See advisory page for additional details.

AurelienFT commented 4 days ago

We need to update our dependency to test-case to v.3.x.x : https://crates.io/crates/test-case And criterion that updated their dependency to clap. And datatest : https://crates.io/crates/datatest-stable that update lib_test_mimic that updated their clap version