From 0b5cc2c83e0f3a913ce2d822a9e529828374ed92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 2 Nov 2020 10:21:31 +0200 Subject: [PATCH] deny: Update with cfg-if --- deny.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deny.toml b/deny.toml index 7e87d18c9..ff6c927ab 100644 --- a/deny.toml +++ b/deny.toml @@ -37,3 +37,9 @@ unknown-git = "deny" allow-git = [ "https://github.com/gtk-rs/gtk-rs", ] + +# ignore duplicated cfg-if dependency because a few dozen dependencies still +# pull in the old version +[[bans.skip]] +name = "cfg-if" +version = "0.1"