From 65f40c695101048428a659e8952b9de65fb31b82 Mon Sep 17 00:00:00 2001 From: alexeykoren <2365507+alexeykoren@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:28:27 +0200 Subject: [PATCH] Add cargo vet exemption for half --- supply-chain/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 5f5146c50c..16334e636b 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -344,6 +344,10 @@ criteria = "safe-to-run" version = "0.3.21" criteria = "safe-to-deploy" +[[exemptions.half]] +version = "2.2.1" +criteria = "safe-to-deploy" + [[exemptions.hashbrown]] version = "0.14.2" criteria = "safe-to-deploy"