mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-23 16:16:25 +00:00
deny: Remove duplicated base64 which was fixed in the meantime and add gif
This commit is contained in:
parent
6de1ca7ed3
commit
34ee0790aa
1 changed files with 7 additions and 8 deletions
15
deny.toml
15
deny.toml
|
@ -30,14 +30,6 @@ multiple-versions = "deny"
|
||||||
highlight = "all"
|
highlight = "all"
|
||||||
wildcards = "allow"
|
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
|
# ignore duplicated deps because of dav1d-sys via metadeps depending on old
|
||||||
# error-chain and toml
|
# error-chain and toml
|
||||||
# https://github.com/rust-av/dav1d-rs/issues/26
|
# https://github.com/rust-av/dav1d-rs/issues/26
|
||||||
|
@ -104,6 +96,13 @@ version = "0.3"
|
||||||
name = "wasi"
|
name = "wasi"
|
||||||
version = "0.9"
|
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]
|
[sources]
|
||||||
unknown-registry = "deny"
|
unknown-registry = "deny"
|
||||||
unknown-git = "deny"
|
unknown-git = "deny"
|
||||||
|
|
Loading…
Reference in a new issue