deny: Ignore duplicated num-rational dependency for now

image depends on the old 0.2 version currently.
This commit is contained in:
Sebastian Dröge 2020-06-19 09:32:54 +03:00
parent d9257c2219
commit ecac8002d9

View file

@ -72,6 +72,12 @@ version = "0.2"
name = "winapi"
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,
# hyperx, reqwest depending on old time
# https://github.com/chronotope/chrono/issues/400