Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deny.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/deny.toml b/deny.toml
index 3e18a4d16..82f841d78 100644
--- a/deny.toml
+++ b/deny.toml
@@ -4,7 +4,10 @@ db-url = "https://github.com/rustsec/advisory-db"
vulnerability = "deny"
unmaintained = "warn"
notice = "warn"
-ignore = []
+ignore = [
+ # ignore because mio/miow still depend on net2, next mio release fixes this
+ "RUSTSEC-2020-0016"
+]
[licenses]
unlicensed = "deny"
@@ -112,6 +115,7 @@ allow-git = [
"https://github.com/gtk-rs/gio",
"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",