fix(deps): allow Unicode-DFS-2016 license for unicode-ident

This commit is contained in:
Harsh Shandilya 2022-08-31 11:52:14 +05:30
parent 8c85d5b1c3
commit 651652c877
No known key found for this signature in database

View file

@ -31,6 +31,7 @@ default = "deny"
confidence-threshold = 0.8
exceptions = [
{ allow = ["BSL-1.0"], name = "lazy-bytes-cast", version = ">=5.0.1" },
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident", version = "*" },
]
[licenses.private]