Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` error[unmaintained]: `atty` is unmaintained ┌─ /home/runner/work/urdf-viz/urdf-viz/Cargo.lock:16:1 │ 16 │ atty 0.2.14 registry+https://github.com/rust-lang/crates.io-index │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected │ ├ ID: RUSTSEC-2024-0375 ├ Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0375 ├ The maintainer of `atty` has [published](softprops/atty@5bfdbe9) 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`](https://doc.rust-lang.org/std/io/trait.IsTerminal.html) trait. ## Alternative(s) - [std::io::IsTerminal](https://doc.rust-lang.org/stable/std/io/trait.IsTerminal.html) - Stable since Rust 1.70.0 and the recommended replacement per the `atty` maintainer. - [is-terminal](https://crates.io/crates/is-terminal) - Standalone crate supporting Rust older than 1.70.0 ├ Announcement: softprops/atty#57 ├ Solution: No safe upgrade is available! ├ atty v0.2.14 └── clap v2.34.0 └── structopt v0.3.26 └── urdf-viz v0.46.0 └── urdf-viz-wasm v0.0.0 ```
- Loading branch information