deny: Add override for duplicated toml_edit dependency

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1448>
This commit is contained in:
Sebastian Dröge 2024-02-06 09:18:35 +02:00
parent 77cb344650
commit d7c7784022

View file

@ -179,6 +179,12 @@ version = "0.20"
name = "http"
version = "0.2"
# proc-macro-crate depends on an older version of toml_edit
# https://github.com/bkchr/proc-macro-crate/pull/50
[[bans.skip]]
name = "toml_edit"
version = "0.21"
[sources]
unknown-registry = "deny"
unknown-git = "deny"