Skip to content

Commit

Permalink
deny exclude dupes: man that's a lot of deps for rand..
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Feb 5, 2025
1 parent 3b2b352 commit bd9e1b8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,17 @@ name = "thiserror-impl"
name = "security-framework"
[[bans.skip]]
name = "core-foundation"

# currently tungstenite hasn't upgraded rand to 0.9 yet, all these are related
[[bans.skip]]
name = "rand"
[[bans.skip]]
name = "rand_core"
[[bans.skip]]
name = "rand_chacha"
[[bans.skip]]
name = "getrandom"
[[bans.skip]]
name = "wasi"
[[bans.skip]]
name = "zerocopy"

0 comments on commit bd9e1b8

Please sign in to comment.