Skip to content

Commit e97a5bd

Browse files
committed
add more iron dependency "unmaintained" warnings to ignore-file
1 parent 4d78e03 commit e97a5bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.cargo/audit.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ ignore = [
2323

2424
"RUSTSEC-2021-0127", # serde_cbor is unmaintained
2525
# https://github.com/rust-lang/docs.rs/issues/1568
26+
27+
"RUSTSEC-2021-0144", # traitobject is Unmaintained
28+
# https://github.com/rust-lang/docs.rs/issues/1826
29+
30+
"RUSTSEC-2019-0039", # typemap is Unmaintained
31+
# https://github.com/rust-lang/docs.rs/issues/1827
2632
]
2733
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
2834
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")

0 commit comments

Comments
 (0)