deny: Remove unnecessary toml_edit override

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1441>
This commit is contained in:
Sebastian Dröge 2024-01-31 17:10:15 +02:00
parent 4ad101b53b
commit a82068643d

View file

@ -138,12 +138,6 @@ version = "0.11"
name = "regex-automata"
version = "0.1"
# proc-macro-crate depends on an older version of toml_edit
# https://github.com/bkchr/proc-macro-crate/pull/41
[[bans.skip]]
name = "toml_edit"
version = "0.20"
# Various crates depend on old versions of the windows crates
[[bans.skip]]
name = "windows_x86_64_msvc"