1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

deny.toml: remove obsolete skips related to rustix

The holdup on crossterm was bumped in d5258d280, bringing rustix to 0.38.44. Meanwhile while
linux-raw-sys is still at 0.4.15 in the lock file, it is unclear to my why it got added in 2c0f97fc3
in the first place as it does not seem to trigger any complaints from `cargo deny`.
This commit is contained in:
Caleb Maclennan 2025-05-28 16:20:55 +03:00
parent 0f632f2fba
commit 07f7226a96
No known key found for this signature in database
GPG key ID: B538286DE04ECFE5

View file

@ -98,10 +98,6 @@ skip = [
{ name = "rand_chacha", version = "0.3.1" },
# rand
{ 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