Skip to content

Commit 02920b2

Browse files
author
SotaTek-DuyLe
committed
fix: update deny.toml
1 parent 18c1856 commit 02920b2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

catalyst-gateway/deny.toml

+7-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ deny = [
3030
{ crate = "openssl-sys", use-instead = "rustls" },
3131
"libssh2-sys",
3232
# { crate = "cmake", use-instead = "cc" },
33-
{ crate = "windows", reason = "bloated and unnecessary", use-instead = "ideally inline bindings, practically, windows-sys" },
33+
# { crate = "windows", reason = "bloated and unnecessary", use-instead = "ideally inline bindings, practically, windows-sys" },
3434
]
3535
skip = [
3636
# { crate = "[email protected]", reason = "https://github.com/seanmonstar/reqwest/pull/2130 should be in the next version" },
@@ -71,7 +71,8 @@ allow = [
7171
"Apache-2.0 WITH LLVM-exception",
7272
"CC0-1.0",
7373
"ISC",
74-
"Unicode-3.0"
74+
"Unicode-3.0",
75+
"MPL-2.0",
7576
]
7677
exceptions = [
7778
#{ allow = ["Zlib"], crate = "tinyvec" },
@@ -89,6 +90,10 @@ crate = "hdf5-src"
8990
expression = "MIT"
9091
license-files = [{ path = "../LICENSE-MIT", hash = 0x001c7e6c }]
9192

93+
[[licenses.clarify]]
94+
crate = "ring"
95+
exceptions = "MIT"
96+
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
9297
# SPDX considers OpenSSL to encompass both the OpenSSL and SSLeay licenses
9398
# https://spdx.org/licenses/OpenSSL.html
9499
# ISC - Both BoringSSL and ring use this for their new files

0 commit comments

Comments
 (0)