Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-04-22 14:29:50 +0300
committerSebastian Dröge <slomo@coaxion.net>2022-04-22 16:18:26 +0300
commit5feca3f74b623f071a63fd56a2e86ab93ff8fc42 (patch)
treede5213f1b480b58ac4b491614db5e225fee0d962 /deny.toml
parentae32cc7f2b3dd74a91e3a22f225d6a630ad07e79 (diff)
deny: Update
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index 10534d679..d0d66dabf 100644
--- a/deny.toml
+++ b/deny.toml
@@ -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",
]