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

github.com/sdroege/gst-plugin-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-03-14 12:49:04 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-03-14 12:49:04 +0300
commit22585a038342e665813da23efdec9c99e8d38904 (patch)
tree3fde964a9f8598624fedb8ef69fba56bdba6efed /deny.toml
parent6cf7d28481ddccf5c8eb84f639a7608c50314786 (diff)
deny: Ignore duplicated wasi dependency
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index 95e4d476..ce0b20dd 100644
--- a/deny.toml
+++ b/deny.toml
@@ -132,6 +132,11 @@ version = "0.9"
name = "miniz_oxide"
version = "0.4"
+# ignore duplicated wasi dependency because various crates depends on an old version
+[[bans.skip]]
+name = "wasi"
+version = "0.10"
+
[sources]
unknown-registry = "deny"
unknown-git = "deny"