deny: Update

This commit is contained in:
Sebastian Dröge 2022-04-22 14:29:50 +03:00 committed by Sebastian Dröge
parent ae32cc7f2b
commit 5feca3f74b

View file

@ -136,6 +136,11 @@ version = "0.6"
name = "wasi"
version = "0.10"
# ignore duplicated uuid dependency because librespot depends on an old version
[[bans.skip]]
name = "uuid"
version = "0.8"
[sources]
unknown-registry = "deny"
unknown-git = "deny"
@ -145,4 +150,5 @@ allow-git = [
"https://github.com/gtk-rs/gtk4-rs",
"https://github.com/rust-av/ffv1",
"https://github.com/rust-av/flavors",
"https://github.com/philn/color-thief-rs",
]