Skip to content

Commit 3849242

Browse files
committed
deny.toml: add getrandom & wasi to skip list
1 parent bcb374b commit 3849242

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deny.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ skip = [
9494
{ name = "hashbrown", version = "0.14.5" },
9595
# parse_datetime, cexpr (via bindgen)
9696
{ name = "nom", version = "7.1.3" },
97+
# const-random-macro, rand_core
98+
{ name = "getrandom", version = "0.2.15" },
99+
# getrandom, mio
100+
{ name = "wasi", version = "0.11.0+wasi-snapshot-preview1" },
97101
]
98102
# spell-checker: enable
99103

0 commit comments

Comments
 (0)