Skip to content

Commit fcc98e8

Browse files
committed
ignore "unmaintained" warning about rustls-pemfile
1 parent c64253a commit fcc98e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/audit.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ignore = [
1313

1414
"RUSTSEC-2025-0057", # fxhash - no longer maintained. Not much we can do about it.
1515
# https://github.com/rust-lang/docs.rs/issues/2914
16+
17+
"RUSTSEC-2025-0134", # rustls-pemfile is unmaintained
18+
# https://github.com/rust-lang/docs.rs/issues/3070
1619
]
1720
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
1821
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")

0 commit comments

Comments
 (0)