Skip to content

Commit 8f0e816

Browse files
committed
fix: remove invalid unmaintained field from deny.toml advisories
1 parent ae09b86 commit 8f0e816

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

deny.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ all-features = true
44

55
[advisories]
66
vulnerability = "deny"
7-
unmaintained = "warn"
87
yanked = "warn"
98
notice = "warn"
109

@@ -23,7 +22,6 @@ allow = [
2322
"Unicode-3.0",
2423
"Unicode-DFS-2016",
2524
"OpenSSL",
26-
"Ring",
2725
]
2826
copyleft = "warn"
2927
default = "deny"

0 commit comments

Comments
 (0)