Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ allow = [
"BSD-3-Clause",
"BSL-1.0",
"CC0-1.0",
"CDLA-Permissive-2.0",
"EPL-2.0",
"ISC",
"MIT",
Expand All @@ -15,10 +16,6 @@ allow = [
"Unicode-3.0",
"Unicode-DFS-2016",
"Zlib",
# the webpki-roots is under under CDLA-PERMISSIVE-2.0 since version 0.26.9
# which is not in the list at https://www.eclipse.org/legal/licenses/
# But it's transitive dependency which can't be avoided, so at least temporarily allowing it
"CDLA-Permissive-2.0",
]

# This was copied from https://github.com/EmbarkStudios/cargo-deny/blob/main/deny.toml#L64
Expand Down
Loading