Skip to content

Commit

Permalink
chore(deps): add aws-lc-rs and aws-lc-sys to deny list due to build c…
Browse files Browse the repository at this point in the history
…omplexity and cross-compilation issues

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 27, 2024
1 parent 75faf1f commit 07cb05a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,8 @@ allow = [
]
# List of crates to deny
deny = [

# "[email protected]",
# { crate = "[email protected]", reason = "you can specify a reason it is banned" },
# Wrapper crates can optionally be specified to allow the crate when it
# is a direct dependency of the otherwise banned crate
# { crate = "[email protected]", wrappers = ["this-crate-directly-depends-on-ansi_term"] },
{ crate = "aws-lc-rs", reason = "this crate introduces exorbitant build effort and breaks cross-compilation" },
{ crate = "aws-lc-sys", reason = "this crate introduces exorbitant build effort and breaks cross-compilation" },
]

# List of features to allow/deny
Expand Down

0 comments on commit 07cb05a

Please sign in to comment.