Skip to content

Commit 8e94633

Browse files
authored
chore: Remove resolved cargo-deny config (#631)
1 parent ee013e6 commit 8e94633

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

deny.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,6 @@ confidence-threshold = 0.8
1313
exceptions = [
1414
]
1515

16-
[[licenses.clarify]]
17-
name = "ring"
18-
# SPDX considers OpenSSL to encompass both the OpenSSL and SSLeay licenses
19-
# https://spdx.org/licenses/OpenSSL.html
20-
# ISC - Both BoringSSL and ring use this for their new files
21-
# MIT - "Files in third_party/ have their own licenses, as described therein. The MIT
22-
# license, for third_party/fiat, which, unlike other third_party directories, is
23-
# compiled into non-test libraries, is included below."
24-
# OpenSSL - Obviously
25-
expression = "ISC AND MIT AND OpenSSL"
26-
license-files = [
27-
{ path = "LICENSE", hash = 0xbd0eed23 },
28-
]
29-
3016
[bans]
3117
multiple-versions = "warn"
3218
highlight = "all"

0 commit comments

Comments
 (0)