mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
deny.toml: add getrandom & wasi to skip list
This commit is contained in:
parent
bcb374be9a
commit
3849242ee0
1 changed files with 4 additions and 0 deletions
|
@ -94,6 +94,10 @@ skip = [
|
||||||
{ name = "hashbrown", version = "0.14.5" },
|
{ name = "hashbrown", version = "0.14.5" },
|
||||||
# parse_datetime, cexpr (via bindgen)
|
# parse_datetime, cexpr (via bindgen)
|
||||||
{ name = "nom", version = "7.1.3" },
|
{ name = "nom", version = "7.1.3" },
|
||||||
|
# const-random-macro, rand_core
|
||||||
|
{ name = "getrandom", version = "0.2.15" },
|
||||||
|
# getrandom, mio
|
||||||
|
{ name = "wasi", version = "0.11.0+wasi-snapshot-preview1" },
|
||||||
]
|
]
|
||||||
# spell-checker: enable
|
# spell-checker: enable
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue