deny.toml: add linux-raw-sys to skip list

This commit is contained in:
Daniel Hofstetter 2025-06-30 15:33:21 +02:00
parent ff1a211c6a
commit 116e1cd82b

View file

@ -120,6 +120,8 @@ skip = [
{ name = "rand_core", version = "0.6.4" }, { name = "rand_core", version = "0.6.4" },
# utmp-classic # utmp-classic
{ name = "zerocopy", version = "0.7.35" }, { name = "zerocopy", version = "0.7.35" },
# rustix
{ name = "linux-raw-sys", version = "0.9.4" },
] ]
# spell-checker: enable # spell-checker: enable