From 77a5e3b700d0b348fb9ed371cff94a8acc8e8c06 Mon Sep 17 00:00:00 2001 From: Rosenpass CI Bot Date: Fri, 24 Oct 2025 23:13:05 +0000 Subject: [PATCH] Regenerate cargo vet exemptions --- supply-chain/config.toml | 4 ---- supply-chain/imports.lock | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 14f3d2d..5239fb1 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -257,10 +257,6 @@ criteria = "safe-to-deploy" version = "0.10.7" criteria = "safe-to-deploy" -[[exemptions.embedded-io]] -version = "0.6.1" -criteria = "safe-to-deploy" - [[exemptions.env_logger]] version = "0.10.2" criteria = "safe-to-deploy" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index e66f0b1..8fcb232 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -138,6 +138,12 @@ criteria = "safe-to-deploy" version = "0.4.0" notes = "No `unsafe` code and only uses `std` in ways one would expect the crate to do so." +[[audits.bytecode-alliance.audits.embedded-io]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +delta = "0.4.0 -> 0.6.1" +notes = "Major updates, but almost all safe code. Lots of pruning/deletions, nothing out of the ordrinary." + [[audits.bytecode-alliance.audits.errno]] who = "Dan Gohman " criteria = "safe-to-deploy"