aboutsummaryrefslogtreecommitdiffstats
path: root/deny.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-02-18 16:00:14 -0500
committerJesse Luehrs <doy@tozt.net>2023-02-18 17:42:27 -0500
commit070955637030076aca30a9afcba95603a4394abc (patch)
treea8f4952ac9f79c048c07bd438be5405ad2c41d63 /deny.toml
parent1d68b717e8ae12dfdf8af9c451dbf0d6a8cc6d71 (diff)
downloadrbw-070955637030076aca30a9afcba95603a4394abc.tar.gz
rbw-070955637030076aca30a9afcba95603a4394abc.zip
bump deps
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"] }