mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
deny: Update
This commit is contained in:
parent
fceacf7081
commit
72f616fa14
1 changed files with 18 additions and 5 deletions
23
deny.toml
23
deny.toml
|
@ -9,6 +9,7 @@ ignore = [
|
||||||
"RUSTSEC-2021-0059",
|
"RUSTSEC-2021-0059",
|
||||||
"RUSTSEC-2021-0060",
|
"RUSTSEC-2021-0060",
|
||||||
"RUSTSEC-2021-0061",
|
"RUSTSEC-2021-0061",
|
||||||
|
"RUSTSEC-2021-0145",
|
||||||
# https://github.com/chronotope/chrono/issues/499
|
# https://github.com/chronotope/chrono/issues/499
|
||||||
"RUSTSEC-2020-0071",
|
"RUSTSEC-2020-0071",
|
||||||
# sodiumoxide is deprecated
|
# sodiumoxide is deprecated
|
||||||
|
@ -142,11 +143,6 @@ version = "0.5"
|
||||||
name = "idna"
|
name = "idna"
|
||||||
version = "0.2"
|
version = "0.2"
|
||||||
|
|
||||||
# image_hasher depends on an alpha version of base64
|
|
||||||
[[bans.skip]]
|
|
||||||
name = "base64"
|
|
||||||
version = "0.20.0-alpha.1"
|
|
||||||
|
|
||||||
# async-io / async-channel depend on an old version of concurrent-queue
|
# async-io / async-channel depend on an old version of concurrent-queue
|
||||||
# https://github.com/smol-rs/async-channel/pull/50
|
# https://github.com/smol-rs/async-channel/pull/50
|
||||||
# https://github.com/smol-rs/async-io/pull/99
|
# https://github.com/smol-rs/async-io/pull/99
|
||||||
|
@ -160,6 +156,23 @@ version = "1"
|
||||||
name = "gif"
|
name = "gif"
|
||||||
version = "0.11"
|
version = "0.11"
|
||||||
|
|
||||||
|
# field-offset and nix depend on an older memoffset
|
||||||
|
# https://github.com/Diggsey/rust-field-offset/pull/23
|
||||||
|
# https://github.com/nix-rust/nix/pull/1885
|
||||||
|
[[bans.skip]]
|
||||||
|
name = "memoffset"
|
||||||
|
version = "0.6"
|
||||||
|
|
||||||
|
# librespot depends on an older env_logger
|
||||||
|
[[bans.skip]]
|
||||||
|
name = "env_logger"
|
||||||
|
version = "0.9"
|
||||||
|
|
||||||
|
# Various crates depend on an older version of hermit-abi
|
||||||
|
[[bans.skip]]
|
||||||
|
name = "hermit-abi"
|
||||||
|
version = "0.1"
|
||||||
|
|
||||||
[sources]
|
[sources]
|
||||||
unknown-registry = "deny"
|
unknown-registry = "deny"
|
||||||
unknown-git = "deny"
|
unknown-git = "deny"
|
||||||
|
|
Loading…
Reference in a new issue