mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-23 09:28:09 +00:00
deny: Ignore duplicated num-rational dependency for now
image depends on the old 0.2 version currently.
This commit is contained in:
parent
d9257c2219
commit
ecac8002d9
1 changed files with 6 additions and 0 deletions
|
@ -72,6 +72,12 @@ version = "0.2"
|
||||||
name = "winapi"
|
name = "winapi"
|
||||||
version = "0.2"
|
version = "0.2"
|
||||||
|
|
||||||
|
# ignore duplicated deps because of image depending on old num-rational
|
||||||
|
# https://github.com/image-rs/image/pull/1263
|
||||||
|
[[bans.skip]]
|
||||||
|
name = "num-rational"
|
||||||
|
version = "0.2"
|
||||||
|
|
||||||
# ignore duplicated deps because of chrono, cookie, cookie_store, hyper,
|
# ignore duplicated deps because of chrono, cookie, cookie_store, hyper,
|
||||||
# hyperx, reqwest depending on old time
|
# hyperx, reqwest depending on old time
|
||||||
# https://github.com/chronotope/chrono/issues/400
|
# https://github.com/chronotope/chrono/issues/400
|
||||||
|
|
Loading…
Reference in a new issue