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"