Skip to content

Commit 19b14b0

Browse files
Update Rust crate generic-array to v1
1 parent 24be7b6 commit 19b14b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security-monitor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ riscv_cove_tap = {path = "rust-crates/riscv_cove_tap", features = ["parser"]}
3232

3333
# Used to measure confidential VM, required for attestation
3434
sha3 = { version = "0.10.8", default-features = false }
35-
generic-array = "0.14"
35+
generic-array = "1.0"
3636

3737
# provides macros that help removing boilerplate code in the rust error handling
3838
thiserror-no-std = "2.0"

0 commit comments

Comments
 (0)