aboutsummaryrefslogtreecommitdiffstats
path: root/deny.toml
diff options
context:
space:
mode:
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deny.toml b/deny.toml
index 8f565dc..4b614cf 100644
--- a/deny.toml
+++ b/deny.toml
@@ -18,7 +18,7 @@ skip = [
]
[licenses]
-allow = ["MIT", "BSD-3-Clause", "Apache-2.0", "ISC"]
+allow = ["MIT", "BSD-3-Clause", "Apache-2.0", "ISC", "Unicode-DFS-2016"]
copyleft = "deny"
exceptions = [
{ name = "ring", allow = ["OpenSSL", "MIT", "ISC"] }