From 4cb505f5d857a85b3bbb878676bf08bb988a6cd1 Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Tue, 5 Sep 2023 13:31:15 +0300 Subject: [PATCH] stop ignoring RUSTSEC-2022-0093 (#2537) --- deny.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/deny.toml b/deny.toml index 0593a225f49..e2d514603f2 100644 --- a/deny.toml +++ b/deny.toml @@ -50,8 +50,6 @@ notice = "warn" ignore = [ # time (origin: Substrate RPC + benchmarking crates) "RUSTSEC-2020-0071", - # we are only using it in tests (TODO: https://github.com/paritytech/parity-bridges-common/issues/2355) - "RUSTSEC-2022-0093", ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score # lower than the range specified will be ignored. Note that ignored advisories