1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #8019 from alerque/cleanup-deny

deny.toml: remove obsolete skips related to rustix
This commit is contained in:
Sylvestre Ledru 2025-05-29 09:26:31 +02:00 committed by GitHub
commit 7e293a38ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,10 +98,6 @@ skip = [
{ name = "rand_chacha", version = "0.3.1" }, { name = "rand_chacha", version = "0.3.1" },
# rand # rand
{ name = "rand_core", version = "0.6.4" }, { name = "rand_core", version = "0.6.4" },
# crossterm, procfs, terminal_size
{ name = "rustix", version = "0.38.43" },
# rustix
{ name = "linux-raw-sys", version = "0.4.15" },
] ]
# spell-checker: enable # spell-checker: enable