Skip to content

Commit 9c708db

Browse files
committed
Drop unused "Unicode-DFS-2016" license from allowed list
`cargo deny` warned that "Unicode-DFS-2016" appeared in the list of allowed licenses but was not used by any dependency. This list had both "Unicode-3.0" and "Unicode-DFS-2016". Possibly relevant is that `unicode-ident` updated its license in 1.0.14 (dtolnay/unicode-ident#28), changing from "Unicode-DFS-2016" to "Unicode-3.0". The "Unicode-3.0" license was added to `deny.toml` in 5173e9a (#1668), but "Unicode-DFS-2016" was not removed at that time. It looks like some Unicode-related packages still used that license at that time. But it does not seem to be needed here anymore.
1 parent 401fb42 commit 9c708db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deny.toml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ allow = [
2828
"ISC",
2929
"LicenseRef-ring",
3030
"OpenSSL",
31-
"Unicode-DFS-2016",
3231
"Zlib",
3332
"MPL-2.0",
3433
"Unicode-3.0"

0 commit comments

Comments
 (0)