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

This commit is contained in:
Harsh Shandilya 2022-08-31 11:51:46 +05:30
parent 3def07e0a8
commit ddf2b76c40
No known key found for this signature in database

View file

@ -25,6 +25,7 @@ allow-osi-fsf-free = "neither"
default = "deny" default = "deny"
confidence-threshold = 0.8 confidence-threshold = 0.8
exceptions = [ exceptions = [
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident", version = "*" },
] ]
[licenses.private] [licenses.private]