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>2022-06-21 09:44:57 +0300
committerSebastian Dröge <slomo@coaxion.net>2022-06-21 09:45:24 +0300
commita041943287c0c33ee297f712ef0ad992f0d28ad0 (patch)
tree87c79e17bafdaddf39d378de134366e565a58569 /deny.toml
parentd902ecca4f907a518792a3c09a0b2752964c2262 (diff)
deny: Update
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml13
1 files changed, 9 insertions, 4 deletions
diff --git a/deny.toml b/deny.toml
index 7ad85438e..70eebe3de 100644
--- a/deny.toml
+++ b/deny.toml
@@ -29,13 +29,12 @@ copyleft = "allow"
allow-osi-fsf-free = "either"
confidence-threshold = 0.8
-# https://github.com/hsivonen/encoding_rs/issues/75
[[licenses.clarify]]
-name = "encoding_rs"
+name = "ring"
version = "*"
-expression = "(Apache-2.0 OR MIT) AND BSD-3-Clause"
+expression = "OpenSSL"
license-files = [
- { path = "COPYRIGHT", hash = 0x39f8ad31 }
+ { path = "LICENSE", hash = 0xbd0eed23 }
]
[bans]
@@ -108,6 +107,12 @@ version = "0.9"
name = "wasi"
version = "0.10"
+# ignore duplicated hashbrown dependency because publicsuffix depends on an old version
+# https://github.com/rushmorem/publicsuffix/pull/36
+[[bans.skip]]
+name = "hashbrown"
+version = "0.11"
+
[sources]
unknown-registry = "deny"
unknown-git = "deny"