aboutsummaryrefslogtreecommitdiffstats
path: root/deny.toml
diff options
context:
space:
mode:
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/deny.toml b/deny.toml
index 4b614cf..97bda72 100644
--- a/deny.toml
+++ b/deny.toml
@@ -11,11 +11,6 @@ unsound = "deny"
deny = [
{ name = "openssl-sys" },
]
-skip = [
- # this is pulled in by rsa -> num-bigint-dig, but it's just a build dep so
- # i don't care much
- { name = "autocfg", version = "0.1.7" }
-]
[licenses]
allow = ["MIT", "BSD-3-Clause", "Apache-2.0", "ISC", "Unicode-DFS-2016"]