We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e289d5 commit e991296Copy full SHA for e991296
.cargo/audit.toml
@@ -7,9 +7,6 @@ ignore = [
7
# to API breakages.
8
#
9
# 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.
13
"RUSTSEC-2023-0071" # "Classic" RSA timing sidechannel attack from non-constant-time implementation.
14
# Okay for local use.
15
# https://rustsec.org/advisories/RUSTSEC-2023-0071.html
0 commit comments