Skip to content

Commit

Permalink
fix(ci): add RUSTSEC-2020-0071 to deny.toml (vectordotdev#5117)
Browse files Browse the repository at this point in the history
* fix(ci): add RUSTSEC-2020-0071 to deny.toml

Signed-off-by: Kirill Fomichev <fanatid@ya.ru>
Signed-off-by: Brian Menges <brian.menges@anaplan.com>
  • Loading branch information
fanatid authored and Brian Menges committed Dec 9, 2020
1 parent 3362b3a commit 738b018
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[advisories]
ignore = [
# net2: `net2` crate has been deprecated; use `socket2` instead
# `net2` crate has been deprecated; use `socket2` instead
"RUSTSEC-2020-0016",
# failure: failure is officially deprecated/unmaintained
"RUSTSEC-2020-0036",
# dirs is unmaintained, use dirs-next instead
"RUSTSEC-2020-0053",
# stdweb is unmaintained
"RUSTSEC-2020-0056",
# Potential segfault in the time crate
# https://github.com/time-rs/time/issues/293
"RUSTSEC-2020-0071",
]

0 comments on commit 738b018

Please sign in to comment.