From d9257c22193f3f27f9ff98f2202654340cf6c269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 19 Jun 2020 09:31:14 +0300 Subject: [PATCH] deny: Unignore arrayvec/itertools now that nom/rav1e are updated to the new version --- deny.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/deny.toml b/deny.toml index 82f841d7..ec564c74 100644 --- a/deny.toml +++ b/deny.toml @@ -29,12 +29,6 @@ confidence-threshold = 0.8 multiple-versions = "deny" highlight = "all" -# ignore duplicated deps because of nom 5.0 depending on old lexical-core -# https://github.com/Geal/nom/issues/1157 -[[bans.skip]] -name = "arrayvec" -version = "0.4" - # ignore duplicated deps because of hyperx and rust-argon2 via redox_users # depending on old base64 # https://github.com/dekellum/hyperx/pull/20 @@ -68,12 +62,6 @@ version = "0.1" name = "percent-encoding" version = "1.0" -# ignore duplicated deps because of rav1e depending on old itertools -# https://github.com/xiph/rav1e/pull/2261 -[[bans.skip]] -name = "itertools" -version = "0.8" - # ignore duplicated deps because of mio-named-pipes via mio depending on old # miow # https://github.com/alexcrichton/mio-named-pipes/issues/7