johnstonskj / rust-atelier

Rust native core model for the AWS Smithy IDL
MIT License
77 stars 11 forks source link

[BUG] atelier_test upstream dependency has vulnerability RUSTSEC-2022-0061 #48

Open stevelr opened 2 years ago

stevelr commented 2 years ago

Describe the bug cargo-audit reports an upstream vulnerability

Crate:     ansi_term
Version:   0.12.1
Warning:   unmaintained
Title:     ansi_term is Unmaintained
Date:      2021-08-18
ID:        RUSTSEC-2021-0139
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0139
Dependency tree:
ansi_term 0.12.1
├── pretty_assertions 0.7.2
│   └── atelier_test 0.1.4
│       └── atelier_assembler 0.1.4

To Reproduce install cargo-auditable and cargo-audit and run as described here https://github.com/rust-secure-code/cargo-auditable

Expected behavior no warnings

Screenshots/Logs see above

Environment (please complete the following information):

Additional context