From 21636f5b464dd71215c8c68d82c4137e842ee0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 20 Oct 2024 21:36:46 +0300 Subject: [PATCH] deny: Remove obsolete entries Part-of: --- deny.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/deny.toml b/deny.toml index 85a5d1526..25e71789b 100644 --- a/deny.toml +++ b/deny.toml @@ -10,9 +10,6 @@ ignore = [ # sodiumoxide is deprecated # https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/530 "RUSTSEC-2021-0137", - # proc-macro-error is unmaintained - # https://github.com/yanganto/test-with/issues/91 - "RUSTSEC-2024-0370", ] [licenses] @@ -115,10 +112,6 @@ version = "1.0" [[bans.skip]] name = "hashbrown" version = "0.12" -# aws-sdk-s3, via lru, depends on an old version of hashbrown -[[bans.skip]] -name = "hashbrown" -version = "0.14" # various livekit dependencies depend on an old version of itertools and sync_wrapper [[bans.skip]]