From 19b14b0d90fe28bb8769e3eed34263e936b799a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:12:15 +0000 Subject: [PATCH] Update Rust crate generic-array to v1 --- security-monitor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security-monitor/Cargo.toml b/security-monitor/Cargo.toml index 95fb9344..cd8dfff1 100644 --- a/security-monitor/Cargo.toml +++ b/security-monitor/Cargo.toml @@ -32,7 +32,7 @@ riscv_cove_tap = {path = "rust-crates/riscv_cove_tap", features = ["parser"]} # Used to measure confidential VM, required for attestation sha3 = { version = "0.10.8", default-features = false } -generic-array = "0.14" +generic-array = "1.0" # provides macros that help removing boilerplate code in the rust error handling thiserror-no-std = "2.0"