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 ind5258d280
, 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 in2c0f97fc3
in the first place as it does not seem to trigger any complaints from `cargo deny`.
This commit is contained in:
parent
0f632f2fba
commit
07f7226a96
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue