Skip to content

Commit d585018

Browse files
committed
fix(deps): allow MPL-2.0 license for dirs dependency
The dirs crate depends on option-ext which uses MPL-2.0. MPL-2.0 is OSI approved and compatible with MIT/Apache-2.0.
1 parent 4f6c148 commit d585018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ allow = [
2121
"BSD-2-Clause",
2222
"BSD-3-Clause",
2323
"ISC",
24+
"MPL-2.0",
2425
"Unicode-DFS-2016",
2526
"Unicode-3.0",
2627
"Zlib",

0 commit comments

Comments
 (0)