Skip to content

Commit fa004f4

Browse files
chore: Add webpki license to deny.toml
1 parent 593b1ae commit fa004f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ allow = [
100100
"OpenSSL",
101101
"Unicode-3.0",
102102
"CC0-1.0",
103-
"MPL-2.0", # used by webpki-roots
103+
"MPL-2.0", # used by webpki-roots
104+
"CDLA-Permissive-2.0", # used by webpki-roots
104105
"BSL-1.0", # Boost Software License 1.0 (lockfree-object-pool)
105106
"Zlib", # used by foldhash
106107
]

0 commit comments

Comments
 (0)