Skip to content

Commit e4dc493

Browse files
authored
remove audit-ignores for time v0.1 (#1976)
1 parent 503a808 commit e4dc493

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.cargo/audit.toml

-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ ignore = [
33
"RUSTSEC-2020-0036", # failure is officially deprecated/unmaintained
44
# https://github.com/rust-lang/docs.rs/issues/1014
55

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-
126
"RUSTSEC-2021-0127", # serde_cbor is unmaintained
137
# https://github.com/rust-lang/docs.rs/issues/1568
148
]

0 commit comments

Comments
 (0)