From 894fa703ef4616212bba57806238fc85ee92598c Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Mon, 1 Jun 2026 10:43:26 -0700 Subject: [PATCH] update cargo vet --- supply-chain/audits.toml | 5 +++++ supply-chain/imports.lock | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index cdeed2a..46b7db6 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -28,6 +28,11 @@ criteria = "safe-to-deploy" version = "0.2.0" notes = " Additionally, this is ODP owned crate." +[[audits.embedded-mcu-hal]] +who = "Felipe Balbi " +criteria = "safe-to-deploy" +delta = "0.2.0 -> 0.3.0" + [[audits.errno]] who = "Felipe Balbi " criteria = "safe-to-run" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 04fa752..d29d8ea 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -35,21 +35,21 @@ aggregated-from = "https://raw.githubusercontent.com/OpenDevicePartnership/mcxa- who = "Jerry Xie " criteria = "safe-to-deploy" delta = "0.2.7 -> 1.0.0" -notes = "Pure no_std trait crate. Complete API redesign for 1.0: removed nb-based traits, CAN module, all unsafe code. Only defines traits/enums/types for digital, I2C, SPI, PWM, delay. No build script, no proc macros, no powerful imports. Assisted-by: copilot-cli:claude-opus-4.6 cargo-vet" +notes = "Pure no_std trait crate. Complete API redesign for 1.0: removed nb-based traits, CAN module, all unsafe code. Only defines traits/enums/types for digital, I2C, SPI, PWM, delay. No build script, no proc macros, no powerful imports. Assisted-by: copilot-cli:claude-opus-4.6" aggregated-from = "https://raw.githubusercontent.com/OpenDevicePartnership/embedded-services/refs/heads/main/supply-chain/audits.toml" [[audits.OpenDevicePartnership.audits.embedded-hal-async]] who = "Jerry Xie " criteria = "safe-to-deploy" version = "1.0.0" -notes = "no_std async HAL trait definitions. No unsafe in library. Build script only runs rustc --version. Assisted-by: copilot-cli:claude-opus-4.6 cargo-vet" +notes = "no_std async HAL trait definitions. No unsafe in library. Build script only runs rustc --version. Assisted-by: copilot-cli:claude-opus-4.6" aggregated-from = "https://raw.githubusercontent.com/OpenDevicePartnership/embedded-services/refs/heads/main/supply-chain/audits.toml" [[audits.OpenDevicePartnership.audits.embedded-hal-nb]] who = "Jerry Xie " criteria = "safe-to-deploy" version = "1.0.0" -notes = "no_std trait-only crate. No unsafe, no build script, no proc macros, no powerful imports. Assisted-by: copilot-cli:claude-opus-4.6 cargo-vet" +notes = "no_std trait-only crate. No unsafe, no build script, no proc macros, no powerful imports. Assisted-by: copilot-cli:claude-opus-4.6" aggregated-from = "https://raw.githubusercontent.com/OpenDevicePartnership/embedded-services/refs/heads/main/supply-chain/audits.toml" [[audits.OpenDevicePartnership.audits.proc-macro-error-attr2]]