aboutsummaryrefslogtreecommitdiffstats
path: root/deny.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-02-18 18:15:28 -0500
committerJesse Luehrs <doy@tozt.net>2023-02-18 18:15:28 -0500
commit1fdbfb62ab7716cbc39a8575cd82b575beecf3bd (patch)
treedea3b0040106280ae92405bb038e21c8746c3b99 /deny.toml
parent52efb7f9c09ea25136b0c2bc4c63455908ccf3bb (diff)
downloadrbw-1fdbfb62ab7716cbc39a8575cd82b575beecf3bd.tar.gz
rbw-1fdbfb62ab7716cbc39a8575cd82b575beecf3bd.zip
remove unnecessary deny.toml config
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"]