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-11-20 12:52:32 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-11-20 12:52:32 +0300
commit79972f8305ee027059b6cd4de67510bd67badbdf (patch)
treef33d61b2e0b33c5575cd9f410e222bfa5d631fc4 /deny.toml
parent6b3bb2c7476eeec28d6290a1afc9691524688d15 (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 9774e9356..b3535a643 100644
--- a/deny.toml
+++ b/deny.toml
@@ -154,6 +154,12 @@ version = "0.20.0-alpha.1"
name = "concurrent-queue"
version = "1"
+# image depends on older gif
+# https://github.com/image-rs/image/pull/1826
+[[bans.skip]]
+name = "gif"
+version = "0.11"
+
[sources]
unknown-registry = "deny"
unknown-git = "deny"