Skip to content
Snippets Groups Projects
Commit bca72505 authored by eta's avatar eta
Browse files

Merge branch 'ansi-term' into 'main'

Tolerate RUSTSEC-2021-0139 (ansi_term unmaintained)

See merge request tpo/core/arti!683
parents 83eefe1e eb93e055
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,14 @@ IGNORE=(
# fixed in `notify` 5.0 however only pre-releases are available
# for now.
--ignore RUSTSEC-2020-0016
# This is not a vulnerability but an unmaintained warning for `ansi_term`.
# The upstream issue does not offer good alternatives, and anyway we get
# this crate via clap and tracing-*.
# It does not seem at all likely that this is really a problem for us.
--ignore RUSTSEC-2021-0139
)
cargo audit -D warnings "${IGNORE[@]}"
${CARGO:-cargo} audit -D warnings "${IGNORE[@]}"
OBSOLETE_IGNORE=(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment