Skip to content

Commit

Permalink
Drop unused "Unicode-DFS-2016" license from allowed list
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
EliahKagan committed Feb 25, 2025
1 parent 401fb42 commit 9c708db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ allow = [
"ISC",
"LicenseRef-ring",
"OpenSSL",
"Unicode-DFS-2016",
"Zlib",
"MPL-2.0",
"Unicode-3.0"
Expand Down

0 comments on commit 9c708db

Please sign in to comment.