1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

deny.toml: add some crates to skip list

This commit is contained in:
Daniel Hofstetter 2025-01-29 14:29:00 +01:00
parent 05ae1704ab
commit 6235f1cbb9

View file

@ -98,6 +98,14 @@ skip = [
{ name = "getrandom", version = "0.2.15" },
# getrandom, mio
{ name = "wasi", version = "0.11.0+wasi-snapshot-preview1" },
# num-bigint, num-prime, phf_generator
{ name = "rand", version = "0.8.5" },
# rand
{ name = "rand_chacha", version = "0.3.1" },
# rand
{ name = "rand_core", version = "0.6.4" },
# ppv-lite86, utmp-classic, utmp-classic-raw
{ name = "zerocopy", version = "0.7.35" },
]
# spell-checker: enable