From 559313402ef61f2b806776d60fcea13bf239467b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 25 Sep 2023 13:37:16 +0300 Subject: [PATCH] deny: Remove obsolete entries Part-of: --- deny.toml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/deny.toml b/deny.toml index 178e1521..e6b5472a 100644 --- a/deny.toml +++ b/deny.toml @@ -10,8 +10,6 @@ ignore = [ "RUSTSEC-2021-0060", "RUSTSEC-2021-0061", "RUSTSEC-2021-0145", - # https://github.com/chronotope/chrono/issues/499 - "RUSTSEC-2020-0071", # sodiumoxide is deprecated "RUSTSEC-2021-0137", ] @@ -45,17 +43,6 @@ multiple-versions = "deny" highlight = "all" wildcards = "allow" -# ignore duplicated deps because of chrono, cookie, cookie_store, hyper, -# hyperx, reqwest depending on old time -# https://github.com/chronotope/chrono/issues/400 -# https://github.com/pfernie/cookie_store/issues/11 -# https://github.com/hyperium/hyper/pull/2139 -# https://github.com/dekellum/hyperx/issues/21 -# https://github.com/seanmonstar/reqwest/issues/934 -[[bans.skip]] -name = "time" -version = "0.1" - # ignore duplicated crc dependency because ffv1 depends on an old version # https://github.com/rust-av/ffv1/issues/21 [[bans.skip]] @@ -79,11 +66,6 @@ version = "0.9" name = "hmac" version = "0.11" -# ignore duplicated wasi dependency because various crates depends on an old version -[[bans.skip]] -name = "wasi" -version = "0.10" - # ignore duplicated spin dependency because various crates depend on an old version [[bans.skip]] name = "spin"