Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit b27ce44

Browse files
committed
Cleanup deny config
1 parent b4383fd commit b27ce44

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

deny.toml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,9 @@ ignore = [
1111
]
1212

1313
[bans]
14-
multiple-versions = "deny"
15-
wildcards = 'deny'
16-
deny = [
17-
{ crate = "openssl", use-instead = "rustls" },
18-
{ crate = "openssl-sys", use-instead = "rustls" },
19-
"libssh2-sys",
20-
{ crate = "cmake", use-instead = "cc" },
21-
]
22-
skip = [
23-
]
24-
skip-tree = [
14+
# We don't want any dependencies unless absolutely essential
15+
allow = [
16+
"xdp",
2517
]
2618

2719
[sources]

0 commit comments

Comments
 (0)