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-10-07 10:00:19 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-10-07 10:00:19 +0300
commitca3347fb3da105e88881ea95e24618cc8c50a2f3 (patch)
treeaec29985bc36cf3487d433b36953478243f5355c /deny.toml
parent6559287bea7fd8a70a4e0d70f983570318029cf9 (diff)
Update deny.toml
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index ca7b56823..dfae764e9 100644
--- a/deny.toml
+++ b/deny.toml
@@ -96,6 +96,15 @@ version = "0.3"
name = "wasi"
version = "0.9"
+# ignore duplicated base64 dependency because reqwest/tungstenite/rusoto/rust-argon2 depend on an old version
+# https://github.com/seanmonstar/reqwest/pull/1050
+# https://github.com/rusoto/rusoto/pull/1837
+# https://github.com/snapview/tungstenite-rs/pull/149
+# https://github.com/sru-systems/rust-argon2/pull/39
+[[bans.skip]]
+name = "base64"
+version = "0.12"
+
[sources]
unknown-registry = "deny"
unknown-git = "deny"