1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

deny.toml: remove two crates from skip list

bindgen & rustc-hash
This commit is contained in:
Daniel Hofstetter 2025-03-25 13:46:32 +01:00
parent 3530c4c41b
commit db8b84fc06

View file

@ -100,10 +100,6 @@ skip = [
{ name = "rand_core", version = "0.6.4" }, { name = "rand_core", version = "0.6.4" },
# ppv-lite86, utmp-classic, utmp-classic-raw # ppv-lite86, utmp-classic, utmp-classic-raw
{ name = "zerocopy", version = "0.7.35" }, { name = "zerocopy", version = "0.7.35" },
# selinux-sys
{ name = "bindgen", version = "0.70.1" },
# bindgen
{ name = "rustc-hash", version = "1.1.0" },
# crossterm, procfs, terminal_size # crossterm, procfs, terminal_size
{ name = "rustix", version = "0.38.43" }, { name = "rustix", version = "0.38.43" },
# rustix # rustix