From 94d713cd44dd58d1416654a8c931fb1f5f5f7be5 Mon Sep 17 00:00:00 2001 From: Mykhailo Chalyi Date: Tue, 31 Mar 2026 20:52:37 +0000 Subject: [PATCH] chore(supply-chain): update exemptions for hybrid-array 0.4.10, hyper 1.9.0 Dependency version bumps caused cargo-vet to fail on all PRs. --- supply-chain/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 75fb6bbb..e5704575 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -507,11 +507,11 @@ version = "1.10.1" criteria = "safe-to-deploy" [[exemptions.hybrid-array]] -version = "0.4.8" +version = "0.4.10" criteria = "safe-to-deploy" [[exemptions.hyper]] -version = "1.8.1" +version = "1.9.0" criteria = "safe-to-deploy" [[exemptions.hyper-rustls]]