mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 10:30:40 +00:00
deny: Update
This commit is contained in:
parent
d902ecca4f
commit
a041943287
1 changed files with 9 additions and 4 deletions
13
deny.toml
13
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"
|
||||
|
|
Loading…
Reference in a new issue