From 1fdbfb62ab7716cbc39a8575cd82b575beecf3bd Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 18 Feb 2023 18:15:28 -0500 Subject: remove unnecessary deny.toml config --- deny.toml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'deny.toml') 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"] -- cgit v1.2.3-54-g00ecf