From 04b64b82d0e375036873fc3b8cd21dfb899c49e7 Mon Sep 17 00:00:00 2001 From: Mykhailo Chalyi Date: Mon, 6 Apr 2026 12:33:37 +0000 Subject: [PATCH] fix(ci): update python3-dll-a cargo-vet exemption to 0.2.15 The dependency was bumped from 0.2.14 to 0.2.15 but the cargo-vet exemption was not updated, causing the supply chain audit to fail. --- supply-chain/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supply-chain/config.toml b/supply-chain/config.toml index f772b0b6..96117815 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -1255,7 +1255,7 @@ version = "0.28.3" criteria = "safe-to-deploy" [[exemptions.python3-dll-a]] -version = "0.2.14" +version = "0.2.15" criteria = "safe-to-deploy" [[exemptions.quick-error]]