Skip to content

Commit e991296

Browse files
committed
cargo audit: drop RSUTSEC-2021-0139 ignore
Signed-off-by: Jack Leightcap <[email protected]>
1 parent 5e289d5 commit e991296

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.cargo/audit.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ ignore = [
77
# to API breakages.
88
#
99
# This is a transitive depependency of tough
10-
"RUSTSEC-2021-0139", # ansi_term is no longer maintained, however this is a transient dependency of
11-
# the `tracing-subscriber` crate, which is a dev_dependency and so therefore
12-
# will not be included in a release build.
1310
"RUSTSEC-2023-0071" # "Classic" RSA timing sidechannel attack from non-constant-time implementation.
1411
# Okay for local use.
1512
# https://rustsec.org/advisories/RUSTSEC-2023-0071.html

0 commit comments

Comments
 (0)