mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +00:00
deny: Remove dependencies that are not duplicated anymore
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1295>
This commit is contained in:
parent
cac791a6ca
commit
045b524bc6
1 changed files with 0 additions and 14 deletions
14
deny.toml
14
deny.toml
|
@ -107,15 +107,6 @@ version = "0.6"
|
|||
name = "hermit-abi"
|
||||
version = "0.1"
|
||||
|
||||
# tempfile depends on an old version of rustix
|
||||
# https://github.com/Stebalien/tempfile/pull/241
|
||||
[[bans.skip]]
|
||||
name = "rustix"
|
||||
version = "0.37"
|
||||
[[bans.skip]]
|
||||
name = "linux-raw-sys"
|
||||
version = "0.3"
|
||||
|
||||
# Various crates depend on an older version of base64
|
||||
[[bans.skip]]
|
||||
name = "base64"
|
||||
|
@ -158,11 +149,6 @@ version = "0.6"
|
|||
name = "idna"
|
||||
version = "0.3"
|
||||
|
||||
# Various crates depend on an older version of fastrand
|
||||
[[bans.skip]]
|
||||
name = "fastrand"
|
||||
version = "1.0"
|
||||
|
||||
# Various crates depend on an older version of indexmap / hashbrown
|
||||
[[bans.skip]]
|
||||
name = "indexmap"
|
||||
|
|
Loading…
Reference in a new issue