From ecac8002d9fffad5afa91a1074241a02e5402f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 19 Jun 2020 09:32:54 +0300 Subject: [PATCH] deny: Ignore duplicated num-rational dependency for now image depends on the old 0.2 version currently. --- deny.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deny.toml b/deny.toml index ec564c74..d830d067 100644 --- a/deny.toml +++ b/deny.toml @@ -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