-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update cat-ci version to 3.1.13 (#592)
* fix: update cat-ci version to 3.1.13 * fix: update deny.toml * fix: fix incorrect name --------- Co-authored-by: SotaTek-DuyLe <[email protected]>
- Loading branch information
1 parent
3211fec
commit 9e0e14a
Showing
9 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ deny = [ | |
{ crate = "openssl-sys", use-instead = "rustls" }, | ||
"libssh2-sys", | ||
# { crate = "cmake", use-instead = "cc" }, | ||
{ crate = "windows", reason = "bloated and unnecessary", use-instead = "ideally inline bindings, practically, windows-sys" }, | ||
# { crate = "windows", reason = "bloated and unnecessary", use-instead = "ideally inline bindings, practically, windows-sys" }, | ||
] | ||
skip = [ | ||
# { crate = "[email protected]", reason = "https://github.com/seanmonstar/reqwest/pull/2130 should be in the next version" }, | ||
|
@@ -71,7 +71,8 @@ allow = [ | |
"Apache-2.0 WITH LLVM-exception", | ||
"CC0-1.0", | ||
"ISC", | ||
"Unicode-3.0" | ||
"Unicode-3.0", | ||
"MPL-2.0", | ||
] | ||
exceptions = [ | ||
#{ allow = ["Zlib"], crate = "tinyvec" }, | ||
|
@@ -89,6 +90,10 @@ crate = "hdf5-src" | |
expression = "MIT" | ||
license-files = [{ path = "../LICENSE-MIT", hash = 0x001c7e6c }] | ||
|
||
[[licenses.clarify]] | ||
crate = "ring" | ||
expression = "MIT" | ||
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }] | ||
# SPDX considers OpenSSL to encompass both the OpenSSL and SSLeay licenses | ||
# https://spdx.org/licenses/OpenSSL.html | ||
# ISC - Both BoringSSL and ring use this for their new files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters