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>2020-10-10 11:17:56 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-10-10 11:17:56 +0300
commit6dc71affca7c240e3d390ed5e7bea144600ed5f4 (patch)
tree62f8ea7e27cfd6e7bc9061de0240dfee4f0b40fb /deny.toml
parentca3347fb3da105e88881ea95e24618cc8c50a2f3 (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 dfae764e..fc4c1f2e 100644
--- a/deny.toml
+++ b/deny.toml
@@ -105,6 +105,12 @@ version = "0.9"
name = "base64"
version = "0.12"
+# ignore duplicated cfg-if dependency because a few dozen dependencies still
+# pull in the old version
+[[bans.skip]]
+name = "cfg-if"
+version = "0.1"
+
[sources]
unknown-registry = "deny"
unknown-git = "deny"