FuelLabs / sway

🌴 Empowering everyone to build reliable and efficient smart contracts.
https://docs.fuel.network/docs/sway/
Apache License 2.0
62.65k stars 5.36k forks source link

RUSTSEC-2024-0375: `atty` is unmaintained #6599

Open github-actions[bot] opened 2 weeks ago

github-actions[bot] commented 2 weeks ago

atty is unmaintained

Details
Status unmaintained
Package atty
Version 0.2.14
URL https://github.com/softprops/atty/issues/57
Date 2024-09-25

The maintainer of atty has published an official notice that the crate is no longer under development, and that users should instead rely on the functionality in the standard library's IsTerminal trait.

Alternative(s)

See advisory page for additional details.

tritao commented 2 weeks ago

Only seems to be used by https://github.com/FuelLabs/sway/blob/master/forc-plugins/forc-crypto/src/main.rs.