deny: Add override for duplicated toml_edit dependency

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1342>
This commit is contained in:
Sebastian Dröge 2023-11-09 10:03:23 +02:00
parent df223af719
commit 763cddfba6

View file

@ -34,3 +34,9 @@ allow-git = [
[[bans.skip]]
name = "syn"
version = "1.0"
# 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"