forked from mirrors/gstreamer-rs
deny: Add override for duplicated toml_edit dependency
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1340>
This commit is contained in:
parent
4b3d9f586e
commit
3051401aa4
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue