From cd8eec81c37d1d7e928a4ff9bb054a9f227da567 Mon Sep 17 00:00:00 2001 From: Tim Geoghegan Date: Wed, 30 Aug 2023 15:10:50 -0700 Subject: [PATCH] remove obsolete rand_chacha exemption --- supply-chain/config.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 1478c2b1c..b97b527f5 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -187,11 +187,6 @@ criteria = "safe-to-deploy" version = "0.8.5" criteria = "safe-to-deploy" -[[exemptions.rand_chacha]] -version = "0.3.1" -criteria = "safe-to-deploy" -notes = "This dependency is only used if feature test-util is enabled, which should not be the case for production deployments." - [[exemptions.rand_distr]] version = "0.4.3" criteria = "safe-to-run"