Skip to content

Commit

Permalink
build: correct deny.yml definition for rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Oct 10, 2024
1 parent fd8cdc1 commit 28acae0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ allow = [
"Apache-2.0",
"BSD-3-Clause",
"BSL-1.0",
"ISC",
"MIT",
"MPL-2.0",
"OpenSSL",
"Unicode-DFS-2016",
"Unlicense",
]
Expand All @@ -29,3 +31,10 @@ allow = [
multiple-versions = "deny"
wildcards = "allow"
deny = []

[[licenses.clarify]]
name = "ring"
expression = "MIT AND ISC AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 }
]

0 comments on commit 28acae0

Please sign in to comment.