Skip to content

Commit

Permalink
deny: Allow Unicode-3.0 from url deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Dec 4, 2024
1 parent c028af2 commit 3bb4c3e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ allow = [
"Apache-2.0", # rpassword by cli only
"BSD-3-Clause", # used by subtle -> digest
"Unicode-DFS-2016", # used by unicode-ident -> proc-macro2
]

[[licenses.clarify]]
crate = "ring"
expression = "MIT AND ISC AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 }
"Unicode-3.0", # used by icu_collections -> url
]

[bans]
Expand Down

0 comments on commit 3bb4c3e

Please sign in to comment.