ci: ignore bincode being unmaintained
This commit is contained in:
parent
7c2ebf37fc
commit
892f98cffe
1 changed files with 5 additions and 4 deletions
|
|
@ -75,6 +75,11 @@ ignore = [
|
||||||
|
|
||||||
# from derivative via cosmic_undo_2
|
# from derivative via cosmic_undo_2
|
||||||
{ id = "RUSTSEC-2024-0388" },
|
{ id = "RUSTSEC-2024-0388" },
|
||||||
|
|
||||||
|
# bincode 1.3.3 via syntect - maintainers ceased development
|
||||||
|
# maintainers consider 1.3.3 complete that is not in need of any updates
|
||||||
|
# syntect is planning to remove it and move to wincode (or something else)
|
||||||
|
{ id = "RUSTSEC-2025-0141" },
|
||||||
]
|
]
|
||||||
# If this is true, then cargo deny will use the git executable to fetch advisory database.
|
# If this is true, then cargo deny will use the git executable to fetch advisory database.
|
||||||
# If this is false, then it uses a built-in git library.
|
# If this is false, then it uses a built-in git library.
|
||||||
|
|
@ -92,9 +97,6 @@ ignore = [
|
||||||
allow = [
|
allow = [
|
||||||
"MIT",
|
"MIT",
|
||||||
"Apache-2.0",
|
"Apache-2.0",
|
||||||
"Unicode-DFS-2016",
|
|
||||||
"BSD-3-Clause",
|
|
||||||
"BSD-2-Clause",
|
|
||||||
"Zlib",
|
"Zlib",
|
||||||
"Unicode-3.0",
|
"Unicode-3.0",
|
||||||
#"Apache-2.0 WITH LLVM-exception",
|
#"Apache-2.0 WITH LLVM-exception",
|
||||||
|
|
@ -204,7 +206,6 @@ deny = [
|
||||||
|
|
||||||
# Certain crates/versions that will be skipped when doing duplicate detection.
|
# Certain crates/versions that will be skipped when doing duplicate detection.
|
||||||
skip = [
|
skip = [
|
||||||
{ name = "bitflags" },
|
|
||||||
{ name = "syn" },
|
{ name = "syn" },
|
||||||
|
|
||||||
# These three are from swash being on an older version of skrifa than harfrust and ourselves
|
# These three are from swash being on an older version of skrifa than harfrust and ourselves
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue