We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c2051 commit 7ab9d7aCopy full SHA for 7ab9d7a
deny.toml
@@ -48,8 +48,6 @@ notice = "deny"
48
# A list of advisory IDs to ignore. Note that ignored advisories will still
49
# output a note when they are encountered.
50
ignore = [
51
- # TODO RUST-1293
52
- "RUSTSEC-2020-0159",
53
# TODO RUST-1293
54
"RUSTSEC-2020-0071",
55
]
@@ -80,6 +78,7 @@ allow = [
80
78
"OpenSSL",
81
79
"BSD-3-Clause",
82
"MPL-2.0",
+ "Unicode-DFS-2016",
83
84
# List of explicitly disallowed licenses
85
# See https://spdx.org/licenses/ for list of possible licenses
0 commit comments