Skip to content

Commit 2ed2f39

Browse files
committed
chore(cargo-deny): Remove OpenSSL from allowed licenses
Signed-off-by: David Runge <[email protected]>
1 parent f07fa07 commit 2ed2f39

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

deny.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,7 @@ version = 2
88
yanked = "deny"
99

1010
[licenses]
11-
allow = [
12-
"Apache-2.0",
13-
"BSD-3-Clause",
14-
"ISC",
15-
"MIT",
16-
"MPL-2.0",
17-
"OpenSSL",
18-
"Unicode-3.0",
19-
]
11+
allow = ["Apache-2.0", "BSD-3-Clause", "ISC", "MIT", "MPL-2.0", "Unicode-3.0"]
2012
version = 2
2113

2214
[[licenses.clarify]]

0 commit comments

Comments
 (0)