We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503a808 commit e4dc493Copy full SHA for e4dc493
.cargo/audit.toml
@@ -3,12 +3,6 @@ ignore = [
3
"RUSTSEC-2020-0036", # failure is officially deprecated/unmaintained
4
# https://github.com/rust-lang/docs.rs/issues/1014
5
6
- "RUSTSEC-2020-0071", # `time` localtime_r segfault
7
- # https://github.com/rust-lang/docs.rs/issues/1523
8
-
9
- "RUSTSEC-2020-0159", # `chrono` localtime_r segfault
10
- # https://github.com/rust-lang/docs.rs/issues/1525
11
12
"RUSTSEC-2021-0127", # serde_cbor is unmaintained
13
# https://github.com/rust-lang/docs.rs/issues/1568
14
]
0 commit comments