From 3189ab6e814548390057306a1caff1c95d6bbe80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 27 Jul 2020 10:41:17 +0300 Subject: [PATCH] deny: Remove unused git dependencies --- deny.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deny.toml b/deny.toml index dba491e9..6fc63979 100644 --- a/deny.toml +++ b/deny.toml @@ -117,10 +117,6 @@ allow-git = [ "https://github.com/gtk-rs/cairo", "https://github.com/gtk-rs/pango", "https://github.com/gtk-rs/pangocairo", - "https://github.com/gtk-rs/atk", - "https://github.com/gtk-rs/gdk-pixbuf", - "https://github.com/gtk-rs/gdk", - "https://github.com/gtk-rs/gtk", "https://github.com/fengalin/tokio", "https://github.com/rust-av/flavors", ]