From 6f7a8f36def19c72a448cd7a12dd982e68b7be64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 14 Oct 2021 10:03:17 +0300 Subject: [PATCH] deny: Add gtk4-rs repo URL to `allow-git` --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 94008b5e..50538c4f 100644 --- a/deny.toml +++ b/deny.toml @@ -141,6 +141,7 @@ unknown-git = "deny" allow-git = [ "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", "https://github.com/gtk-rs/gtk-rs-core", + "https://github.com/gtk-rs/gtk4-rs", "https://github.com/fengalin/tokio", "https://github.com/rust-av/ffv1", "https://github.com/rust-av/flavors",