From 236d0833f276d3c0e9f79accac98d5571b8911ed Mon Sep 17 00:00:00 2001 From: Mykhailo Chalyi Date: Sat, 4 Apr 2026 00:14:27 +0000 Subject: [PATCH] chore: update cc exemption to 1.2.59 in cargo-vet config --- 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 85b89d82..8b8fc598 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -155,7 +155,7 @@ version = "0.2.4" criteria = "safe-to-deploy" [[exemptions.cc]] -version = "1.2.58" +version = "1.2.59" criteria = "safe-to-deploy" [[exemptions.cesu8]]