From 840a1129bab4447b9dbf084a49993e54f007393d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 14 May 2021 10:47:02 +0300 Subject: [PATCH] deny: Remove obsolete configurations --- deny.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deny.toml b/deny.toml index b59afe063..b30bb2181 100644 --- a/deny.toml +++ b/deny.toml @@ -26,16 +26,10 @@ confidence-threshold = 0.8 multiple-versions = "deny" wildcards = "allow" highlight = "all" -skip-tree = [ - # Winit introduces quite a few duplicate (outdated!) dependencies together - # with its direct dependant glutin. - { name = "winit", version = "0.24" } -] [sources] unknown-registry = "deny" unknown-git = "deny" allow-git = [ - "https://github.com/gtk-rs/gtk-rs", "https://github.com/gtk-rs/gtk-rs-core", ]