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" allow-osi-fsf-free = "either"
confidence-threshold = 0.8 confidence-threshold = 0.8
# https://github.com/hsivonen/encoding_rs/issues/75
[[licenses.clarify]] [[licenses.clarify]]
name = "encoding_rs" name = "ring"
version = "*" version = "*"
expression = "(Apache-2.0 OR MIT) AND BSD-3-Clause" expression = "OpenSSL"
license-files = [ license-files = [
{ path = "COPYRIGHT", hash = 0x39f8ad31 } { path = "LICENSE", hash = 0xbd0eed23 }
] ]
[bans] [bans]
@ -108,6 +107,12 @@ version = "0.9"
name = "wasi" name = "wasi"
version = "0.10" 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] [sources]
unknown-registry = "deny" unknown-registry = "deny"
unknown-git = "deny" unknown-git = "deny"