Skip to content

Commit 7ef5f6f

Browse files
authored
chore: Remove resolved cargo-deny config (#2230)
1 parent 8be906d commit 7ef5f6f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

deny.toml

-14
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,3 @@ allow = [
4949
"MPL-2.0",
5050
"BSD-3-Clause",
5151
]
52-
53-
[[licenses.clarify]]
54-
crate = "ring"
55-
# SPDX considers OpenSSL to encompass both the OpenSSL and SSLeay licenses
56-
# https://spdx.org/licenses/OpenSSL.html
57-
# ISC - Both BoringSSL and ring use this for their new files
58-
# MIT - "Files in third_party/ have their own licenses, as described therein. The MIT
59-
# license, for third_party/fiat, which, unlike other third_party directories, is
60-
# compiled into non-test libraries, is included below."
61-
# OpenSSL - Obviously
62-
expression = "ISC AND MIT AND OpenSSL"
63-
license-files = [
64-
{ path = "LICENSE", hash = 0xbd0eed23 },
65-
]

0 commit comments

Comments
 (0)