deny: Update

This commit is contained in:
Sebastian Dröge 2022-06-21 09:44:57 +03:00 committed by Sebastian Dröge
parent d902ecca4f
commit a041943287

View file

@ -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"