Skip to content

Commit f4bc1fd

Browse files
authored
chore: Add getrandom and wasi crate to cargo-deny skip config (#2169)
1 parent c9c17c7 commit f4bc1fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ deny = [
1919
{ crate = "term" },
2020
]
2121
skip = [
22+
{ crate = "getrandom@0.2.15", reason = "quickcheck depends on rand which depends on it" },
23+
{ crate = "wasi@0.11.0+wasi-snapshot-preview1", reason = "quickcheck depends on rand which depends on it" },
2224
{ crate = "itertools@0.12.1", reason = "aws-lc-sys depends on bindgen which depends on it" },
2325
{ crate = "unicode-width@0.1.14", reason = "protox depends on miette wich depends on it" },
2426
]

0 commit comments

Comments
 (0)