Skip to content

Commit 35a6429

Browse files
Update Rust crate rand to 0.9.0
1 parent b831232 commit 35a6429

File tree

1 file changed

+1
-1
lines changed
  • security-monitor/rust-crates/riscv_cove_tap

1 file changed

+1
-1
lines changed

security-monitor/rust-crates/riscv_cove_tap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Library to parse the RISC-V CoVE's TEE attestation payload"
66
edition = "2024"
77

88
[dependencies]
9-
rand = {version = "0.8.5", optional=true}
9+
rand = {version = "0.9.0", optional=true}
1010

1111
hybrid-array = "0.2.3"
1212
ml-kem = {version = "0.3.0-pre", default-features=false, features = [] }

0 commit comments

Comments
 (0)