From 62eb46a6ecd63d058f5ff278a353e29a8231998d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 08:50:23 +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 95fb934..cd8dfff 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"