mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 21:11:00 +00:00
deny: Update
This commit is contained in:
parent
ae32cc7f2b
commit
5feca3f74b
1 changed files with 6 additions and 0 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue