deny: Remove obsolete configurations

This commit is contained in:
Sebastian Dröge 2021-05-14 10:47:02 +03:00
parent 6fdf35846e
commit 840a1129ba

View file

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