Skip to content

Commit 852244f

Browse files
committed
deny.toml: add zerocopy-derive to skip list
1 parent 0e1f2dd commit 852244f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ skip = [
107107
{ name = "rand_core", version = "0.6.4" },
108108
# utmp-classic
109109
{ name = "zerocopy", version = "0.7.35" },
110+
# zerocopy
111+
{ name = "zerocopy-derive", version = "0.7.35" },
110112
# divans/codspeed tooling
111113
{ name = "nix", version = "0.29.0" },
112114
]

0 commit comments

Comments
 (0)