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:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-09-23 11:28:55 +0300
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-09-23 11:28:55 +0300
commitfab361d32d5b021e87652e9c00675a016efe4862 (patch)
treea05306c16a4d15739586dba2abcfd2f321522d9d /deny.toml
parentb81c7e2fd7c53962874f032c4f84878685bd2233 (diff)
cdg: disable default features for the image crate
We don't need JPEG, GIF, etc. support so depending on the whole dependency chain of them is not needed and only wastes CPU time. As a result we can remove the gif crate exception in deny.toml.
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/deny.toml b/deny.toml
index 83ef03912..ca7b56823 100644
--- a/deny.toml
+++ b/deny.toml
@@ -96,13 +96,6 @@ version = "0.3"
name = "wasi"
version = "0.9"
-# ignore duplicated gif dependency because of image depending on an old
-# version
-# https://github.com/image-rs/image/pull/1316
-[[bans.skip]]
-name = "gif"
-version = "0.10"
-
[sources]
unknown-registry = "deny"
unknown-git = "deny"