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>2020-11-12 11:16:13 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-11-12 11:16:13 +0300
commitf43436056eeb612c573fc722e1f3e8c1d1f74666 (patch)
tree2550fc8be5d632da508f57b37daa87c6e2bd68f1 /deny.toml
parent178c7155a396596258be27b603c474c351425313 (diff)
deny: Update with duplicated tinyvec dependency
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 a7ba26f96..a93703e71 100644
--- a/deny.toml
+++ b/deny.toml
@@ -132,6 +132,12 @@ version = "0.4"
name = "crossbeam-utils"
version = "0.7"
+# ignore duplicated tinyvec dependency because lewton depends on an old version
+# https://github.com/RustAudio/lewton/commit/b8d72804db89db358b99784e1ad9d7a22534743c
+[[bans.skip]]
+name = "tinyvec"
+version = "0.3"
+
[sources]
unknown-registry = "deny"
unknown-git = "deny"