Skip to content

Commit 116e1cd

Browse files
committed
deny.toml: add linux-raw-sys to skip list
1 parent ff1a211 commit 116e1cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ skip = [
120120
{ name = "rand_core", version = "0.6.4" },
121121
# utmp-classic
122122
{ name = "zerocopy", version = "0.7.35" },
123+
# rustix
124+
{ name = "linux-raw-sys", version = "0.9.4" },
123125
]
124126
# spell-checker: enable
125127

0 commit comments

Comments
 (0)