deny: Remove duplicated base64 which was fixed in the meantime and add gif

This commit is contained in:
Sebastian Dröge 2020-09-23 09:15:56 +03:00
parent 6de1ca7ed3
commit 34ee0790aa

View file

@ -30,14 +30,6 @@ multiple-versions = "deny"
highlight = "all"
wildcards = "allow"
# ignore duplicated deps because of hyperx and rust-argon2 via redox_users
# depending on old base64
# https://github.com/dekellum/hyperx/pull/20
# https://gitlab.redox-os.org/redox-os/users/-/merge_requests/34
[[bans.skip]]
name = "base64"
version = "0.11"
# ignore duplicated deps because of dav1d-sys via metadeps depending on old
# error-chain and toml
# https://github.com/rust-av/dav1d-rs/issues/26
@ -104,6 +96,13 @@ version = "0.3"
name = "wasi"
version = "0.9"
# ignore duplicated gif dependency because of image depending on an old
# version
# https://github.com/image-rs/image/pull/1316
[[bans.skip]]
name = "gif"
version = "0.10"
[sources]
unknown-registry = "deny"
unknown-git = "deny"