Closed stevelr closed 1 year ago
Update: the same ansi_term vulnerability is included upstream from cargo-atelier's dependency structopt. To fix. cargo-atelier needs to be updated to use clap
v4.
Filed this as a separate issue https://github.com/johnstonskj/rust-atelier/issues/49
cargo-audit identified a RUSTSEC vulnerability in a dependency of atelier_test. This generates a cargo-audit warning in any downstream crate that depends on atelier_test, atelier_assembler, or other crates that indirectly depend on atelier_test.
The affected crate is ansi_term, which is used by pretty_assertions. Updating pretty_assertions to 1.3 eliminates the alert.
Other library crates in this repo that depend on atelier_test use the minor version 0.1 so don't need to be updated.
Signed-off-by: stevelr steve@cosmonic.com