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:
Sebastian Dröge 2023-08-07 20:04:52 +03:00
parent cac791a6ca
commit 045b524bc6

View file

@ -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"