deny: Update to pass again

This commit is contained in:
Sebastian Dröge 2020-06-05 12:33:13 +03:00
parent 0674826376
commit 84a2d8b513

View file

@ -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",