deny: Allow libloading twice in the dependency tree

An older version is pulled in by the OpenGL example via glutin, and it
would have to be updated to a newer version of glutin to fix this. See
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/409
This commit is contained in:
Sebastian Dröge 2020-05-29 11:43:25 +03:00
parent 6c876a5681
commit 8988e0daa8

View file

@ -43,6 +43,9 @@ version = "0.4.30"
[[bans.skip]]
name = "gl_generator"
version = "0.13.1"
[[bans.skip]]
name = "libloading"
version = "0.5.2"
[sources]
unknown-registry = "deny"