Skip to content

Commit

Permalink
chore: Add getrandom and wasi crate to cargo-deny skip config (#2169)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Jan 31, 2025
1 parent c9c17c7 commit f4bc1fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ deny = [
{ crate = "term" },
]
skip = [
{ crate = "[email protected]", reason = "quickcheck depends on rand which depends on it" },
{ crate = "[email protected]+wasi-snapshot-preview1", reason = "quickcheck depends on rand which depends on it" },
{ crate = "[email protected]", reason = "aws-lc-sys depends on bindgen which depends on it" },
{ crate = "[email protected]", reason = "protox depends on miette wich depends on it" },
]
Expand Down

0 comments on commit f4bc1fd

Please sign in to comment.