Skip to content

Commit 7ab9d7a

Browse files
authored
RUST-1413 Add Unicode-DFS-2016 to the list of allowed licenses (#718) (#755)
1 parent e7c2051 commit 7ab9d7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deny.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ notice = "deny"
4848
# A list of advisory IDs to ignore. Note that ignored advisories will still
4949
# output a note when they are encountered.
5050
ignore = [
51-
# TODO RUST-1293
52-
"RUSTSEC-2020-0159",
5351
# TODO RUST-1293
5452
"RUSTSEC-2020-0071",
5553
]
@@ -80,6 +78,7 @@ allow = [
8078
"OpenSSL",
8179
"BSD-3-Clause",
8280
"MPL-2.0",
81+
"Unicode-DFS-2016",
8382
]
8483
# List of explicitly disallowed licenses
8584
# See https://spdx.org/licenses/ for list of possible licenses

0 commit comments

Comments
 (0)